Skip to content

Commit

Permalink
Upgrade Checkstyle and BND.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Dec 3, 2024
1 parent 9c1298f commit 83a18f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
agrona = "1.23.1"
byteBuddy = "1.15.10"
checkstyle = "10.20.1"
checkstyle = "10.20.2"
junit = "5.11.3"
gradle = "8.11.1"

Expand All @@ -19,5 +19,5 @@ jgit = { group = "org.eclipse.jgit", name = "org.eclipse.jgit", version = "6.10.

[plugins]
versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }
bnd = { id = "biz.aQute.bnd.builder", version = "7.0.0" }
bnd = { id = "biz.aQute.bnd.builder", version = "7.1.0" }
shadow = { id = "com.gradleup.shadow", version = "8.3.5" }

0 comments on commit 83a18f7

Please sign in to comment.