Skip to content

Commit b8c55d4

Browse files
Bump the test-dependencies group across 1 directory with 4 updates (#374)
1 parent f6d2fd7 commit b8c55d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
junit = "5.13.3"
3-
mockito = "5.18.0"
2+
junit = "6.0.0"
3+
mockito = "5.20.0"
44
testcontainers = "1.21.3"
55
kafkaUtils = "1.2.1"
66

@@ -28,7 +28,7 @@ junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform
2828
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version.ref = "junit" }
2929
junit-pioneer = { group = "org.junit-pioneer", name = "junit-pioneer", version = "2.3.0" }
3030
junit-systemExit = { group = "com.ginsberg", name = "junit5-system-exit", version = "2.0.2" }
31-
assertj = { group = "org.assertj", name = "assertj-core", version = "3.27.3" }
31+
assertj = { group = "org.assertj", name = "assertj-core", version = "3.27.6" }
3232
mockito-core = { group = "org.mockito", name = "mockito-core", version.ref = "mockito" }
3333
mockito-junit = { group = "org.mockito", name = "mockito-junit-jupiter", version.ref = "mockito" }
3434
testcontainers-junit = { group = "org.testcontainers", name = "junit-jupiter", version.ref = "testcontainers" }

0 commit comments

Comments
 (0)