Skip to content

Commit ed433a7

Browse files
committed
Update all test-only dependencies
Major updates: These have some breakages, but no source changes are necessary on our end. * jline 3.30.4 → 4.1.0. * biz.aQute.bnd.annotation 6.3.1 to 7.2.3. * mockito 3.7.7 → 5.23.0. * hamcrest 2.2 → 3.0. Minor updates: * JUnit Jupiter → 5.14.4 and JUnit Platform → 1.14.4. (The major upgrade to JUnit 6.0 is left for later.) * assertj 3.26.3 → 3.27.7. * java-diff-utils 4.12 → 4.16. * snakeyaml 2.2 → 2.6 * jcommander 1.81 → 1.82
1 parent c917718 commit ed433a7

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

gradle/libs.versions.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@ slf4j = "1.7.36"
5454

5555
# Test-only dependency versions
5656

57-
assertj = "3.26.3"
57+
assertj = "3.27.7"
5858
apache-commonsCollections = "4.4"
5959
apache-commonsMath3 = "3.6.1"
6060
apache-httpclient = "5.2.1"
61-
bndtools = "6.3.1"
62-
diffutils = "4.12"
63-
hamcrest = "2.2"
64-
jcommander = "1.81"
65-
jline = "3.30.4"
66-
junit = "5.14.1"
67-
junit-platform = "1.14.1"
68-
mockito = "3.7.7"
69-
snakeyaml = "2.2"
61+
bndtools = "7.2.3"
62+
diffutils = "4.16"
63+
hamcrest = "3.0"
64+
jcommander = "1.82"
65+
jline = "4.1.0"
66+
junit = "5.14.4"
67+
junit-platform = "1.14.4"
68+
mockito = "5.23.0"
69+
snakeyaml = "2.6"
7070

7171
# Static analysis dependency versions
7272

@@ -158,5 +158,5 @@ jmh = { id = "me.champeau.jmh", version = "0.7.3" }
158158
nexus = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }
159159
protobuf = { id = "com.google.protobuf", version = "0.9.6" }
160160
shadow = { id = "com.gradleup.shadow", version = "8.3.10" }
161-
spotbugs = { id = "com.github.spotbugs", version = "6.1.3" }
161+
spotbugs = { id = "com.github.spotbugs", version = "6.5.4" }
162162
versions = { id = "com.github.ben-manes.versions", version = "0.52.0" }

0 commit comments

Comments
 (0)