Bump asm to 8.0.1 & update dev dependencies

This commit is contained in:
yushijinhun 2020-04-29 00:25:34 +08:00
parent a699f5acf2
commit 57050286ff
No known key found for this signature in database
GPG key ID: 5BC167F73EA558E4

View file

@ -1,6 +1,6 @@
plugins {
id 'com.github.johnrengelman.shadow' version '4.0.0'
id 'com.palantir.git-version' version '0.11.0'
id 'com.github.johnrengelman.shadow' version '5.2.0'
id 'com.palantir.git-version' version '0.12.3'
id 'java'
id 'com.github.hierynomus.license' version '0.15.0'
}
@ -10,8 +10,8 @@ repositories {
}
dependencies {
compile 'org.ow2.asm:asm:7.0'
testCompile 'junit:junit:4.12'
compile 'org.ow2.asm:asm:8.0.1'
testCompile 'junit:junit:4.13'
}
sourceCompatibility = 8