Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.bcel:bcel to v6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 5, 2023
1 parent c966df2 commit de123b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotbugs/build.gradle
Expand Up @@ -66,7 +66,7 @@ dependencies {
api libs.asm.commons
api libs.asm.tree
api libs.asm.util
api 'org.apache.bcel:bcel:6.6.1'
api 'org.apache.bcel:bcel:6.7.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 de123b2

Please sign in to comment.