Skip to content

Commit 130f121

Browse files
fix(deps): update dependency net.kyori:adventure-text-serializer-gson to v4.26.1
1 parent 3f2e886 commit 130f121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer-minecraft/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ dependencies {
88
api(project(":creative-api"))
99
api("com.google.code.gson:gson:2.11.0")
1010
implementation("net.kyori:adventure-text-serializer-legacy:4.14.0")
11-
implementation("net.kyori:adventure-text-serializer-gson:4.14.0")
11+
implementation("net.kyori:adventure-text-serializer-gson:4.26.1")
1212
}

0 commit comments

Comments
 (0)