From 3a7b5cf47d6f2d739f49e58fb776670f52e4385f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:31:36 +0200 Subject: [PATCH] Bump com.esotericsoftware.kryo:kryo5 from 5.5.0 to 5.6.2 (#633) Bumps com.esotericsoftware.kryo:kryo5 from 5.5.0 to 5.6.2. --- updated-dependencies: - dependency-name: com.esotericsoftware.kryo:kryo5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 94f3be3d4..b6de97dd7 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ subprojects { implementation 'com.google.guava:guava:33.3.0-jre' implementation "org.reflections:reflections:${reflectionsVersion}" - implementation 'com.esotericsoftware.kryo:kryo5:5.5.0' + implementation 'com.esotericsoftware.kryo:kryo5:5.6.2' implementation('commons-io:commons-io:2.17.0'){ exclude group: 'commons-logging', module: 'commons-logging'