Skip to content

Commit f303794

Browse files
chore: update all dependencies with patch changes
1 parent 86bcfee commit f303794

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22

33
# plugins
4-
shadow = "8.3.3"
4+
shadow = "8.3.5"
55
juppiter = "0.4.0"
66
spotless = "6.25.0"
77
fabricLoom = "1.8.10"
@@ -13,13 +13,13 @@ gson = "2.11.0"
1313
guava = "33.3.1-jre"
1414

1515
# testing
16-
junit = "5.11.2"
16+
junit = "5.11.3"
1717
mockito = "5.14.2"
18-
junitLauncher = "1.11.2"
19-
testcontainers = "1.20.2"
18+
junitLauncher = "1.11.3"
19+
testcontainers = "1.20.4"
2020

2121
# compile time processing
22-
lombok = "1.18.34"
22+
lombok = "1.18.36"
2323
javapoet = "1.13.0"
2424

2525
# console
@@ -31,7 +31,7 @@ stringSimilarity = "2.0.0"
3131
# databases
3232
h2 = "1.4.197" # do not update, leads to database incompatibility
3333
xodus = "2.0.1"
34-
mongodb = "5.2.0"
34+
mongodb = "5.2.1"
3535
hikariCp = "6.0.0"
3636
mysqlConnector = "9.1.0"
3737

@@ -41,11 +41,11 @@ vavr = "0.10.5"
4141
sshj = "0.39.0"
4242
aerogel = "2.1.0"
4343
awsSdk = "2.28.26"
44-
unirest = "4.4.4"
44+
unirest = "4.4.5"
4545
caffeine = "3.1.8"
4646
reflexion = "1.8.0"
4747
geantyref = "2.0.0"
48-
dockerJava = "3.4.0"
48+
dockerJava = "3.4.1"
4949
nightConfig = "3.8.1"
5050
annotations = "26.0.1"
5151
influxClient = "7.2.0"
@@ -54,7 +54,7 @@ gulf = "1.0.0-SNAPSHOT"
5454

5555
# logging
5656
slf4j = "2.0.16"
57-
logback = "1.5.11"
57+
logback = "1.5.12"
5858

5959
# platform api versions
6060
sponge = "9.0.0"

0 commit comments

Comments
 (0)