From 6902e02d46fca33b9ec002d2997ead8b94058ca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 00:05:38 +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 6d4fbf126ab..e05c020435a 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ ext { junitJupiterVersion = '5.10.5' jythonVersion = '2.7.4' kotlinCoroutinesVersion = '1.8.1' - kryoVersion = '5.6.0' + kryoVersion = '5.6.2' lettuceVersion = '6.3.2.RELEASE' log4jVersion = '2.23.1' mailVersion = '2.0.3'