Skip to content

Commit

Permalink
Merge pull request #14 from SyntaxDevTeam/renovate/com.google.code.gs…
Browse files Browse the repository at this point in the history
…on-gson-2.x

Update dependency com.google.code.gson:gson to v2.12.0
  • Loading branch information
WieszczY85 authored Jan 30, 2025
2 parents 1a99c3c + df48dd6 commit ab7236f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
compileOnly("dev.folia:folia-api:1.21.4-R0.1-SNAPSHOT")
compileOnly("org.eclipse.aether:aether-api:1.1.0")
compileOnly("org.yaml:snakeyaml:2.3")
compileOnly("com.google.code.gson:gson:2.11.0")
compileOnly("com.google.code.gson:gson:2.12.0")
}

val targetJavaVersion = 21
Expand Down

0 comments on commit ab7236f

Please sign in to comment.