Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.bcel:bcel to v6.7.0 (#2278)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency org.apache.bcel:bcel to v6.7.0

* Partial fix org.apache.bcel:bcel dependency update (#2446)

* Refactor deprecated tests to the new type

* Follow the changes in ConstantPool

---------

Co-authored-by: Judit Knoll <judit.knoll@sigmatechnology.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Judit Knoll <123470644+JuditKnoll@users.noreply.github.com>
Co-authored-by: Judit Knoll <judit.knoll@sigmatechnology.com>
Co-authored-by: Jeremy Landis <jeremylandis@hotmail.com>
  • Loading branch information
4 people committed Oct 5, 2023
1 parent ae6b06e commit cfc9148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotbugs/build.gradle
Expand Up @@ -67,7 +67,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 '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 cfc9148

Please sign in to comment.