Skip to content

Commit 7345fba

Browse files
authored
Update Reactor and various other libs (#195)
This commit updates Project Reactor and other dependencies to the latest patch versions as follows: - reactor to `3.6.12` - junit-jupiter to `5.11.3` - mockito to `5.14.2` - testcontainers to `1.20.3`
1 parent 7425ac2 commit 7345fba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ checkstyle = "8.45.1"
2525
jackson = "2.14.2"
2626
# @pin
2727
jctools = "3.3.0"
28-
junit-jupiter = "5.11.2"
28+
junit-jupiter = "5.11.3"
2929
licenser = "0.6.1"
3030
log4j = "2.23.1"
31-
mockito = "5.14.0"
31+
mockito = "5.14.2"
3232
pulsar = "3.3.2"
3333
rat-gradle = "0.8.0"
34-
reactor = "3.6.11"
34+
reactor = "3.6.12"
3535
slf4j = "2.0.16"
3636
spring-javaformat = "0.0.43"
37-
testcontainers = "1.20.2"
37+
testcontainers = "1.20.3"
3838
testlogger = "3.2.0"
3939

4040
[libraries]
@@ -70,5 +70,5 @@ log4j = [
7070
]
7171

7272
[plugins]
73-
version-catalog-update = "nl.littlerobots.version-catalog-update:0.8.4"
73+
version-catalog-update = "nl.littlerobots.version-catalog-update:0.8.5"
7474
versions = "com.github.ben-manes.versions:0.51.0"

0 commit comments

Comments
 (0)