From 2e4e34a0a28e371e650de80af2f88c298ca177d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:53:56 +0000 Subject: [PATCH] Bump com.esotericsoftware:kryo from 5.5.0 to 5.6.0 Bumps [com.esotericsoftware:kryo](https://github.com/EsotericSoftware/kryo) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/EsotericSoftware/kryo/releases) - [Commits](https://github.com/EsotericSoftware/kryo/compare/kryo-parent-5.5.0...kryo-parent-5.6.0) --- updated-dependencies: - dependency-name: com.esotericsoftware:kryo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d1d285c44..f98d3d3f1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -99,7 +99,7 @@ dependencies { implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1") implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.1") implementation("org.zeromq:jeromq:0.5.4") - implementation("com.esotericsoftware:kryo:5.5.0") + implementation("com.esotericsoftware:kryo:5.6.0") implementation("de.javakaffee:kryo-serializers:0.45") implementation("org.msgpack:msgpack-core:0.9.8") implementation("org.msgpack:jackson-dataformat-msgpack:0.9.8")