Skip to content

Commit d6ea8aa

Browse files
Bump io.lettuce:lettuce-core in /smoke-test
Bumps [io.lettuce:lettuce-core](https://github.com/redis/lettuce) from 6.8.0.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](redis/lettuce@6.8.0.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-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 559df36 commit d6ea8aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/examples/junit5/redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
description = "Examples for docs"
22

33
dependencies {
4-
api "io.lettuce:lettuce-core:6.8.0.RELEASE"
4+
api "io.lettuce:lettuce-core:6.8.1.RELEASE"
55

66
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
77
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.4'

docs/examples/spock/redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
dependencies {
7-
api "io.lettuce:lettuce-core:6.8.0.RELEASE"
7+
api "io.lettuce:lettuce-core:6.8.1.RELEASE"
88
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
99
testImplementation project(":testcontainers-spock")
1010
testImplementation 'ch.qos.logback:logback-classic:1.3.15'

0 commit comments

Comments
 (0)