diff --git a/build.gradle b/build.gradle index d85ab4b..23b31a3 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/gradle.lockfile b/gradle.lockfile index a7ffbec..b63b745 100644 --- a/gradle.lockfile +++ b/gradle.lockfile @@ -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