Skip to content

Commit

Permalink
fix(deps): bump up ASM to 8.0.1 which supports Java 14
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Apr 15, 2020
1 parent 45a15b8 commit dfbac2f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Currently the versioning policy of this project follows [Semantic Versioning v2.

### Changed

* Upgrade ASM to 8.0.1 which supports Java14
* Upgraded junit4 to 4.13
* Upgraded ant to 1.10.7
* Upgraded log4j2 to 2.13.1
Expand Down
10 changes: 5 additions & 5 deletions spotbugs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ sourceSets {
}

dependencies {
api 'org.ow2.asm:asm:7.3.1'
api 'org.ow2.asm:asm-analysis:7.3.1'
api 'org.ow2.asm:asm-commons:7.3.1'
api 'org.ow2.asm:asm-tree:7.3.1'
api 'org.ow2.asm:asm-util:7.3.1'
api 'org.ow2.asm:asm:8.0.1'
api 'org.ow2.asm:asm-analysis:8.0.1'
api 'org.ow2.asm:asm-commons:8.0.1'
api 'org.ow2.asm:asm-tree:8.0.1'
api 'org.ow2.asm:asm-util:8.0.1'
api 'org.apache.bcel:bcel:6.4.1'
api 'net.jcip:jcip-annotations:1.0'
api 'org.dom4j:dom4j:2.1.1'
Expand Down
2 changes: 1 addition & 1 deletion spotbugs/etc/MANIFEST-findbugs.MF
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Manifest-Version: 1.0
Main-Class: edu.umd.cs.findbugs.LaunchAppropriateUI
Class-Path: bcel.jar dom4j-2.1.1.jar jaxen-1.1.6.jar asm-7.3.1.jar asm-analysis-7.3.1.jar asm-commons-7.3.1.jar asm-tree-7.3.1.jar asm-util-7.3.1.jar asm-xml-7.3.1.jar jsr305.jar commons-lang3-3.10.jar commons-text-1.8.jar
Class-Path: bcel.jar dom4j-2.1.1.jar jaxen-1.1.6.jar asm-8.0.1.jar asm-analysis-8.0.1.jar asm-commons-8.0.1.jar asm-tree-8.0.1.jar asm-util-8.0.1.jar asm-xml-8.0.1.jar jsr305.jar commons-lang3-3.10.jar commons-text-1.8.jar
2 changes: 1 addition & 1 deletion spotbugs/etc/MANIFEST-findbugsGUI.MF
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Manifest-Version: 1.0
Main-Class: edu.umd.cs.findbugs.LaunchAppropriateUI
Class-Path: bcel.jar dom4j-2.1.1.jar jaxen-1.1.6.jar asm-7.3.1.jar asm-analysis-7.3.1.jar asm-commons-7.3.1.jar asm-tree-7.3.1.jar asm-util-7.3.1.jar asm-xml-7.3.1.jar jsr305.jar commons-lang3-3.10.jar commons-text-1.8.jar plastic.jar
Class-Path: bcel.jar dom4j-2.1.1.jar jaxen-1.1.6.jar asm-8.0.1.jar asm-analysis-8.0.1.jar asm-commons-8.0.1.jar asm-tree-8.0.1.jar asm-util-8.0.1.jar asm-xml-8.0.1.jar jsr305.jar commons-lang3-3.10.jar commons-text-1.8.jar plastic.jar

0 comments on commit dfbac2f

Please sign in to comment.