Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.bcel:bcel to v6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 17, 2022
1 parent d08f942 commit 4f9e085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotbugs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies {
api libs.asm.commons
api libs.asm.tree
api libs.asm.util
api 'org.apache.bcel:bcel:6.5.0'
api 'org.apache.bcel:bcel:6.6.0'
api 'net.jcip:jcip-annotations:1.0'
api('org.dom4j:dom4j:2.1.3') {
// exclude transitive dependencies to keep compatible with dom4j 2.1.1
Expand Down

0 comments on commit 4f9e085

Please sign in to comment.