From da282bc0a45d2ca2ac0c57d18cc9df9fc998f0b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 00:32:17 +0000 Subject: [PATCH] Bump com.esotericsoftware:kryo from 5.6.0 to 5.6.2 Bumps [com.esotericsoftware:kryo](https://github.com/EsotericSoftware/kryo) from 5.6.0 to 5.6.2. - [Release notes](https://github.com/EsotericSoftware/kryo/releases) - [Commits](https://github.com/EsotericSoftware/kryo/compare/kryo-parent-5.6.0...kryo-parent-5.6.2) --- updated-dependencies: - dependency-name: com.esotericsoftware:kryo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b2e9745d663..927e6407d74 100644 --- a/build.gradle +++ b/build.gradle @@ -88,7 +88,7 @@ ext { junit4Version = '4.13.2' junitJupiterVersion = '5.11.2' kotlinCoroutinesVersion = '1.8.1' - kryoVersion = '5.6.0' + kryoVersion = '5.6.2' lettuceVersion = '6.5.0.RC2' log4jVersion = '2.24.1' mailVersion = '2.0.3'