Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.bcel:bcel to v6.9.0 (#2971)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 27, 2024
1 parent dd05438 commit e8a364a
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.8.2'
api 'org.apache.bcel:bcel:6.9.0'
api 'com.github.stephenc.jcip:jcip-annotations:1.0-1'
api('org.dom4j:dom4j:2.1.4') {
// exclude transitive dependencies to keep compatible with dom4j 2.1.1
Expand Down

0 comments on commit e8a364a

Please sign in to comment.