diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b0be26..4b44440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Changed JSR-305 dependency from `implementation` to `api` -- Upgraded `org.gradle.toolchains.foojay-resolver-convention` ## [2.0.1] - 2023-12-23 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2eea002..10c6ba6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,6 @@ [versions] java = "17" -# Do not upgrade Checkstyle until https://github.com/checkstyle/checkstyle/issues/14123 is properly fixed -checkstyle = "10.12.5" +checkstyle = "10.14.2" jacoco = "0.8.11" junit = "5.10.2" spotbugs = "4.8.3"