diff --git a/CHANGELOG.md b/CHANGELOG.md index 596a4199993..f326abeb00e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Currently the versioning policy of this project follows [Semantic Versioning v2. ### Fixed - Bumped Saxon-HE from 10.6 to 11.3 ([#1955](https://github.com/spotbugs/spotbugs/pull/1955), [#1999](https://github.com/spotbugs/spotbugs/pull/1999)) - Fixed traversal of nested archives governed by `-nested:true` ([#1930](https://github.com/spotbugs/spotbugs/pull/1930)) +- Bump ObjectWeb ASM from 9.2 to 9.3 supporting JDK 19 ([#2004](https://github.com/spotbugs/spotbugs/pull/2004)) ### Added * New detector `ThrowingExceptions` and introduced new bug types: diff --git a/spotbugs/build.gradle b/spotbugs/build.gradle index 1730aa54d6b..ca587044127 100644 --- a/spotbugs/build.gradle +++ b/spotbugs/build.gradle @@ -23,7 +23,7 @@ configurations { } ext { - asmVersion = '9.2' + asmVersion = '9.3' log4jVersion = '2.17.2' }