Skip to content

Commit b987186

Browse files
chore: update all dependencies with patch changes
1 parent 51fc766 commit b987186

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build-extensions/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ repositories {
2424

2525
dependencies {
2626
implementation("net.kyori", "indra-common", "3.1.3")
27-
implementation("com.google.code.gson", "gson", "2.12.0")
27+
implementation("com.google.code.gson", "gson", "2.12.1")
2828
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ nexusPublish = "2.0.0"
99
checkstyleTools = "10.21.2"
1010

1111
# google libs
12-
gson = "2.12.0"
12+
gson = "2.12.1"
1313
guava = "33.4.0-jre"
1414

1515
# testing
@@ -41,7 +41,7 @@ oshi = "6.6.6"
4141
vavr = "0.10.5"
4242
sshj = "0.39.0"
4343
aerogel = "2.1.0"
44-
awsSdk = "2.30.8"
44+
awsSdk = "2.30.11"
4545
unirest = "4.4.5"
4646
caffeine = "3.2.0"
4747
reflexion = "1.8.0"

0 commit comments

Comments
 (0)