From 4526bb19add28a55f5e5930ed938ffdb6096632d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 01:37:51 +0000 Subject: [PATCH] [java] Bump com.esotericsoftware:kryo from 4.0.0 to 5.6.2 Bumps [com.esotericsoftware:kryo](https://github.com/EsotericSoftware/kryo) from 4.0.0 to 5.6.2. - [Release notes](https://github.com/EsotericSoftware/kryo/releases) - [Commits](https://github.com/EsotericSoftware/kryo/compare/kryo-parent-4.0.0...kryo-parent-5.6.2) --- updated-dependencies: - dependency-name: com.esotericsoftware:kryo dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- libs/core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/core/build.gradle.kts b/libs/core/build.gradle.kts index 72659cda..e757f5fe 100644 --- a/libs/core/build.gradle.kts +++ b/libs/core/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { exclude("com.sun.istack", "istack-commons-runtime") } - implementation("com.esotericsoftware:kryo:4.0.0") + implementation("com.esotericsoftware:kryo:5.6.2") implementation("com.github.haifengl:smile-core:1.5.1") implementation("org.glassfish.jaxb:jaxb-core") implementation("org.apache.httpcomponents:httpcore")