Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/examples/io.le…
Browse files Browse the repository at this point in the history
…ttuce-lettuce-core-6.2.2.RELEASE' into combined-pr-branch
  • Loading branch information
eddumelendez committed Jan 2, 2023
2 parents 8987315 + 10631cc commit 76d3552
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/examples/junit4/redis/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Examples for docs"

dependencies {
api "io.lettuce:lettuce-core:6.2.1.RELEASE"
api "io.lettuce:lettuce-core:6.2.2.RELEASE"

testImplementation "junit:junit:4.13.2"
testImplementation project(":testcontainers")
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/junit5/redis/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Examples for docs"

dependencies {
api "io.lettuce:lettuce-core:6.2.1.RELEASE"
api "io.lettuce:lettuce-core:6.2.2.RELEASE"

testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.1"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.9.1"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/spock/redis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
api "io.lettuce:lettuce-core:6.2.1.RELEASE"
api "io.lettuce:lettuce-core:6.2.2.RELEASE"
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation project(":spock")
testImplementation 'ch.qos.logback:logback-classic:1.3.5'
Expand Down

0 comments on commit 76d3552

Please sign in to comment.