Skip to content

Commit 83ab2e7

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/smoke-test/io.lettuce-lettuce-core-7.5.1.RELEASE' into combined-pr-branch
2 parents b45969f + a2975b3 commit 83ab2e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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:7.5.1.RELEASE"
55

66
testRuntimeOnly 'org.junit.jupiter:junit-jupiter:5.14.4'
77
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'

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:7.5.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)