From 94dad7b80d93b916e354d8de04f528e4ef8bb2f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:40:37 +0000 Subject: [PATCH] Bump io.lettuce:lettuce-core from 6.5.0.RELEASE to 6.5.1.RELEASE Bumps [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) from 6.5.0.RELEASE to 6.5.1.RELEASE. - [Release notes](https://github.com/lettuce-io/lettuce-core/releases) - [Changelog](https://github.com/redis/lettuce/blob/main/RELEASE-NOTES.md) - [Commits](https://github.com/lettuce-io/lettuce-core/compare/6.5.0.RELEASE...6.5.1.RELEASE) --- updated-dependencies: - dependency-name: io.lettuce:lettuce-core 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 1b92b7b..bd03ad9 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation 'io.fabric8:kubernetes-client:6.13.4' implementation 'io.fabric8:kubernetes-httpclient-okhttp:6.13.4' implementation 'com.github.fkorotkov:k8s-kotlin-dsl:3.3.0' - implementation 'io.lettuce:lettuce-core:6.5.0.RELEASE' + implementation 'io.lettuce:lettuce-core:6.5.1.RELEASE' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-reactive' // lettuce need this implementation 'one.oktw:galaxy-lib:c328418' }