Skip to content

Commit

Permalink
Bump io.lettuce:lettuce-core in /smoke-test
Browse files Browse the repository at this point in the history
Bumps [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) from 6.4.0.RELEASE to 6.5.1.RELEASE.
- [Release notes](https://github.com/lettuce-io/lettuce-core/releases)
- [Changelog](https://github.com/redis/lettuce/blob/main/RELEASE-NOTES.md)
- [Commits](redis/lettuce@6.4.0.RELEASE...6.5.1.RELEASE)

---
updated-dependencies:
- dependency-name: io.lettuce:lettuce-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 165c724 commit 50f2860
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.4.0.RELEASE"
api "io.lettuce:lettuce-core:6.5.1.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.4.0.RELEASE"
api "io.lettuce:lettuce-core:6.5.1.RELEASE"

testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.0"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.3"
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.4.0.RELEASE"
api "io.lettuce:lettuce-core:6.5.1.RELEASE"
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation project(":spock")
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
Expand Down

0 comments on commit 50f2860

Please sign in to comment.