Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ dependencies {
implementation 'eu.okaeri:okaeri-configs-yaml-snakeyaml:5.0.13'

// JSON serialization (required for legacy 1.16.x compatibility)
implementation 'com.google.code.gson:gson:2.13.2'
implementation 'com.google.code.gson:gson:2.14.0'

// Folia compatibility layer
implementation 'com.tcoded:FoliaLib:0.5.1'
Expand Down
4 changes: 2 additions & 2 deletions gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
com.destroystokyo.paper:paper-api:1.16.5-R0.1-SNAPSHOT=compileClasspath
com.google.auto.service:auto-service-annotations:1.1.1=compileClasspath
com.google.code.findbugs:jsr305:1.3.9=compileClasspath
com.google.code.gson:gson:2.13.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.41.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.code.gson:gson:2.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.48.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.guava:guava:21.0=compileClasspath
com.googlecode.json-simple:json-simple:1.1.1=compileClasspath
com.tcoded:FoliaLib:0.5.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
Expand Down
Loading