From 3e128bc8a95c909e7b841b6a8293cf5da14866a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 23:15:40 +0000 Subject: [PATCH 1/2] chore: update all dependencies with patch changes --- gradle/libs.versions.toml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 83afe80c9..f860538cc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,31 +1,31 @@ [versions] # plugins -shadow = "8.3.2" +shadow = "8.3.3" juppiter = "0.4.0" spotless = "6.25.0" -fabricLoom = "1.8.8" +fabricLoom = "1.8.10" nexusPublish = "2.0.0" -checkstyleTools = "10.18.1" +checkstyleTools = "10.18.2" # google libs gson = "2.11.0" guava = "33.3.1-jre" # testing -junit = "5.11.1" -mockito = "5.14.0" -junitLauncher = "1.11.1" -testcontainers = "1.20.1" +junit = "5.11.2" +mockito = "5.14.2" +junitLauncher = "1.11.2" +testcontainers = "1.20.2" # compile time processing lombok = "1.18.34" javapoet = "1.13.0" # console -jline = "3.27.0" +jline = "3.27.1" cloud = "2.0.0-cn1" -cloudConfirmation = "1.0.0-rc.1" +cloudConfirmation = "1.0.0-SNAPSHOT" stringSimilarity = "2.0.0" # databases @@ -36,11 +36,11 @@ hikariCp = "6.0.0" mysqlConnector = "9.0.0" # general -oshi = "6.6.4" -vavr = "0.10.4" +oshi = "6.6.5" +vavr = "0.10.5" sshj = "0.39.0" aerogel = "2.1.0" -awsSdk = "2.28.11" +awsSdk = "2.28.26" unirest = "4.4.4" caffeine = "3.1.8" reflexion = "1.8.0" @@ -54,7 +54,7 @@ gulf = "1.0.0-SNAPSHOT" # logging slf4j = "2.0.16" -logback = "1.5.8" +logback = "1.5.11" # platform api versions sponge = "9.0.0" @@ -78,7 +78,7 @@ luckPermsApi = "5.4" # fabric platform special dependencies minecraft = "1.21.1" -fabricLoader = "0.16.6" +fabricLoader = "0.16.7" [libraries] From ab56770445f7a28241b3d9f3805fcd5fa585f242 Mon Sep 17 00:00:00 2001 From: Pasqual Koschmieder Date: Mon, 21 Oct 2024 11:14:35 +0200 Subject: [PATCH 2/2] chore: revert cloud confirmation update --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f860538cc..35c2fb2b5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,7 +25,7 @@ javapoet = "1.13.0" # console jline = "3.27.1" cloud = "2.0.0-cn1" -cloudConfirmation = "1.0.0-SNAPSHOT" +cloudConfirmation = "1.0.0-rc.1" stringSimilarity = "2.0.0" # databases