From ed7d421c24e3b1142335a03000a35414f85b4325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:25:27 +0000 Subject: [PATCH] Bump io.lettuce:lettuce-core from 6.5.1.RELEASE to 6.8.1.RELEASE Bumps [io.lettuce:lettuce-core](https://github.com/redis/lettuce) from 6.5.1.RELEASE to 6.8.1.RELEASE. - [Release notes](https://github.com/redis/lettuce/releases) - [Changelog](https://github.com/redis/lettuce/blob/6.8.1.RELEASE/RELEASE-NOTES.md) - [Commits](https://github.com/redis/lettuce/compare/6.5.1.RELEASE...6.8.1.RELEASE) --- updated-dependencies: - dependency-name: io.lettuce:lettuce-core dependency-version: 6.8.1.RELEASE dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 54c9e7c..c093450 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.postgresql:postgresql:42.7.4' implementation 'org.springframework.boot:spring-boot-starter-data-redis:3.2.3' - implementation 'io.lettuce:lettuce-core:6.5.1.RELEASE' + implementation 'io.lettuce:lettuce-core:6.8.1.RELEASE' // implementation 'io.springfox:springfox-swagger2:3.0.0' // implementation 'io.springfox:springfox-swagger-ui:3.0.0' testImplementation 'org.springframework.boot:spring-boot-starter-test'