Skip to content

Commit 2835db3

Browse files
committed
Upgrade ASM library.
1 parent 0fc0101 commit 2835db3

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

jphp-core/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ sourceSets {
99

1010
dependencies {
1111
compileMaven project(':jphp-runtime')
12-
compile group: 'org.ow2.asm', name: 'asm-all', version:'5.2'
12+
compile group: 'org.ow2.asm', name: 'asm-commons', version: '7.3.1'
13+
compile group: 'org.ow2.asm', name: 'asm-util', version: '7.3.1'
1314

1415
testCompile 'junit:junit:4.+'
1516
testCompile 'org.assertj:assertj-core:3.12.2'

jphp-core/package.php.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
name: jphp-core
3-
version: 1.0.4
3+
version: 1.1.0
44
description: Compiler and Launcher for JPHP.
55

66
deps:
@@ -15,4 +15,9 @@ doc:
1515
langs: {en: English, ru: Русский}
1616

1717
config:
18-
ignore: ['/package.hub.yml']
18+
ignore: ['/package.hub.yml']
19+
20+
21+
history:
22+
1.1.0:
23+
- Upgrade ASM library from 5.2 to 7.3.1

0 commit comments

Comments
 (0)