Skip to content

Commit 8d3ab20

Browse files
authored
Merge pull request #27 from TheNextLvl-net/renovate/com.google.code.gson-gson-2.x
fix(deps): update dependency com.google.code.gson:gson to v2.13.1
2 parents bd147de + 3686d0a commit 8d3ab20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
compileOnly("org.jspecify:jspecify:1.0.0")
3030

3131
api("com.google.guava:guava:33.4.8-jre")
32-
api("com.google.code.gson:gson:2.13.0")
32+
api("com.google.code.gson:gson:2.13.1")
3333

3434
api("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT") {
3535
isTransitive = false

0 commit comments

Comments
 (0)