Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Commit e4aed4d

Browse files
committed
chore(deps): update dependency com.google.code.gson:gson to v2.8.8
1 parent c41c345 commit e4aed4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impl-blocks/minecraft/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
compileOnly("com.mojang:brigadier:1.0.17")
3939

4040
// Fixed version to line up with MC
41-
implementation("com.google.code.gson:gson:2.8.0")
41+
implementation("com.google.code.gson:gson:2.8.8")
4242

4343
testRuntimeOnly("org.slf4j:slf4j-simple:1.7.30")
4444
}

0 commit comments

Comments
 (0)