Skip to content

Commit

Permalink
Merge pull request #195 from jqno/master
Browse files Browse the repository at this point in the history
Update ASM to support JDK 13
  • Loading branch information
codecholeric committed Jul 8, 2019
2 parents bf848c5 + 6c7a0a2 commit e4c26ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ext {
guavaRelocationPackage = "${thirdPartyRelocationPackage}.com.google"

dependency = [
asm : 'org.ow2.asm:asm:7.0',
asm : 'org.ow2.asm:asm:7.1',
guava : 'com.google.guava:guava:20.0',
slf4j : 'org.slf4j:slf4j-api:1.7.25',
log4j_api : 'org.apache.logging.log4j:log4j-api:2.11.1',
Expand Down

0 comments on commit e4c26ff

Please sign in to comment.