Skip to content

Commit 40fc69c

Browse files
Bump the test-dependencies group across 1 directory with 4 updates (#71)
1 parent efdce79 commit 40fc69c

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,7 +1,7 @@
11
[versions]
22
jackson = "2.20.0"
3-
junit = "5.13.3"
4-
mockito = "5.18.0"
3+
junit = "5.14.0"
4+
mockito = "5.20.0"
55

66
[libraries]
77
kafka-bom = { group = "com.bakdata.kafka", name = "kafka-bom", version = "1.2.1" }
@@ -18,7 +18,7 @@ jackson-datatype-jsr310 = { group = "com.fasterxml.jackson.datatype", name = "ja
1818

1919
junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
2020
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version.ref = "junit" }
21-
assertj = { group = "org.assertj", name = "assertj-core", version = "3.27.3" }
21+
assertj = { group = "org.assertj", name = "assertj-core", version = "3.27.6" }
2222
mockito-core = { group = "org.mockito", name = "mockito-core", version.ref = "mockito" }
2323
mockito-junit = { group = "org.mockito", name = "mockito-junit-jupiter", version.ref = "mockito" }
2424
fluentKafkaStreamsTests = { group = "com.bakdata.fluent-kafka-streams-tests", name = "fluent-kafka-streams-tests-junit5", version = "3.4.1" }

0 commit comments

Comments
 (0)