File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ sourceSets {
99
1010dependencies {
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'
Original file line number Diff line number Diff line change 11
22name : jphp-core
3- version : 1.0.4
3+ version : 1.1.0
44description : Compiler and Launcher for JPHP.
55
66deps :
1515 langs : {en: English, ru: Русский}
1616
1717config :
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
You can’t perform that action at this time.
0 commit comments