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

Commit

Permalink
fix(deps): update dependency com.google.code.gson:gson to v2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent c41c345 commit 993722c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl-blocks/minecraft/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
compileOnly("com.mojang:brigadier:1.0.17")

// Fixed version to line up with MC
implementation("com.google.code.gson:gson:2.8.0")
implementation("com.google.code.gson:gson:2.10")

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

0 comments on commit 993722c

Please sign in to comment.