From 42438f022f8c7fac6d719781f49dd680f5ab65f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 03:45:59 +0000 Subject: [PATCH] Bump io.lettuce:lettuce-core from 6.2.7.RELEASE to 6.3.2.RELEASE Bumps [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) from 6.2.7.RELEASE to 6.3.2.RELEASE. - [Release notes](https://github.com/lettuce-io/lettuce-core/releases) - [Changelog](https://github.com/lettuce-io/lettuce-core/blob/6.3.2.RELEASE/RELEASE-NOTES.md) - [Commits](https://github.com/lettuce-io/lettuce-core/compare/6.2.7.RELEASE...6.3.2.RELEASE) --- updated-dependencies: - dependency-name: io.lettuce:lettuce-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 93b3a471..2cb13bf2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,7 +25,7 @@ com-microsoft-sqlserver-mssql-jdbc = "com.microsoft.sqlserver:mssql-jdbc:11.2.3. com-oracle-database-jdbc-ojdbc8 = "com.oracle.database.jdbc:ojdbc8:21.10.0.0" com-zaxxer-HikariCP = "com.zaxxer:HikariCP:5.1.0" edu-umd-cs-mtc-multithreadedtc = "edu.umd.cs.mtc:multithreadedtc:1.01" -io-lettuce-lettuce-core = "io.lettuce:lettuce-core:6.2.7.RELEASE" +io-lettuce-lettuce-core = "io.lettuce:lettuce-core:6.3.2.RELEASE" io-projectreactor-reactor-bom = "io.projectreactor:reactor-bom:2023.0.4" io-spring-javaformat-spring-javaformat-checkstyle = "io.spring.javaformat:spring-javaformat-checkstyle:0.0.41" io-spring-nohttp-nohttp-checkstyle = "io.spring.nohttp:nohttp-checkstyle:0.0.11"