diff --git a/build.gradle b/build.gradle index 83e6471..8541f85 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ tasks.withType(Test) { dependencies { implementation "com.github.esotericsoftware:jsonbeans:c3520fcc51" // = 0.10 - api "com.esotericsoftware:kryo:5.4.0" + api "com.esotericsoftware:kryo:5.5.0" testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.2" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.2"