Skip to content

Commit

Permalink
Upgrade Checkstyle now that issue is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
baron1405 committed Mar 17, 2024
1 parent 6f69b98 commit 46357f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 46357f1

Please sign in to comment.