Skip to content

Commit

Permalink
chore: update all dependencies with patch changes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 12, 2024
1 parent 47f813a commit 86b1fab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]

# plugins
shadow = "8.3.0"
shadow = "8.3.1"
juppiter = "0.4.0"
spotless = "6.25.0"
fabricLoom = "1.7.3"
fabricLoom = "1.7.4"
nexusPublish = "2.0.0"
checkstyleTools = "10.18.1"

Expand All @@ -25,13 +25,13 @@ javapoet = "1.13.0"
# console
jline = "3.26.3"
cloud = "2.0.0-cn1"
cloudConfirmation = "1.0.0-rc.1"
cloudConfirmation = "1.0.0-SNAPSHOT"
stringSimilarity = "2.0.0"

# databases
h2 = "1.4.197" # do not update, leads to database incompatibility
xodus = "2.0.1"
mongodb = "5.1.3"
mongodb = "5.1.4"
hikariCp = "5.1.0"
mysqlConnector = "9.0.0"

Expand All @@ -54,7 +54,7 @@ gulf = "1.0.0-SNAPSHOT"

# logging
slf4j = "2.0.16"
logback = "1.5.7"
logback = "1.5.8"

# platform api versions
sponge = "9.0.0"
Expand All @@ -78,7 +78,7 @@ luckPermsApi = "5.4"

# fabric platform special dependencies
minecraft = "1.21.1"
fabricLoader = "0.16.2"
fabricLoader = "0.16.5"


[libraries]
Expand Down

0 comments on commit 86b1fab

Please sign in to comment.