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] authored Feb 4, 2025
1 parent 51fc766 commit 3dd942d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build-extensions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ repositories {

dependencies {
implementation("net.kyori", "indra-common", "3.1.3")
implementation("com.google.code.gson", "gson", "2.12.0")
implementation("com.google.code.gson", "gson", "2.12.1")
}
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]

# plugins
shadow = "8.3.5"
shadow = "8.3.6"
juppiter = "0.4.0"
spotless = "7.0.2"
fabricLoom = "1.9.2"
nexusPublish = "2.0.0"
checkstyleTools = "10.21.2"

# google libs
gson = "2.12.0"
gson = "2.12.1"
guava = "33.4.0-jre"

# testing
Expand Down Expand Up @@ -38,10 +38,10 @@ mysqlConnector = "9.2.0"

# general
oshi = "6.6.6"
vavr = "0.10.5"
vavr = "0.10.6"
sshj = "0.39.0"
aerogel = "2.1.0"
awsSdk = "2.30.8"
awsSdk = "2.30.12"
unirest = "4.4.5"
caffeine = "3.2.0"
reflexion = "1.8.0"
Expand Down

0 comments on commit 3dd942d

Please sign in to comment.