Skip to content

Commit 9d107d5

Browse files
build(deps): bump io.lettuce:lettuce-core
Bumps [io.lettuce:lettuce-core](https://github.com/redis/lettuce) from 6.8.1.RELEASE to 7.0.0.RELEASE. - [Release notes](https://github.com/redis/lettuce/releases) - [Changelog](https://github.com/redis/lettuce/blob/7.0.0.RELEASE/RELEASE-NOTES.md) - [Commits](redis/lettuce@6.8.1.RELEASE...7.0.0.RELEASE) --- updated-dependencies: - dependency-name: io.lettuce:lettuce-core dependency-version: 7.0.0.RELEASE dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e05e360 commit 9d107d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation("io.fabric8:kubernetes-client:7.4.0")
2828
implementation("io.fabric8:kubernetes-httpclient-okhttp:7.4.0")
2929
implementation("com.github.fkorotkov:k8s-kotlin-dsl:3.5.0")
30-
implementation("io.lettuce:lettuce-core:6.8.1.RELEASE")
30+
implementation("io.lettuce:lettuce-core:7.0.0.RELEASE")
3131
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactive")// lettuce need this
3232
implementation("one.oktw:galaxy-lib:f4e1b25")
3333
}

0 commit comments

Comments
 (0)