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

Commit

Permalink
chore(deps): update dependency com.google.code.gson:gson to v2.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 18, 2021
1 parent c41c345 commit e4aed4d
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.8.8")

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

0 comments on commit e4aed4d

Please sign in to comment.