Skip to content

Commit

Permalink
Bump io.lettuce:lettuce-core from 6.4.0.RELEASE to 6.5.0.RELEASE (#360)
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.0.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.0.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent 53585f5 commit 3723147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/redis-lettuce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<testcontainers-redis-junit.version>1.6.4</testcontainers-redis-junit.version>
<lettuce-core.version>6.4.0.RELEASE</lettuce-core.version>
<lettuce-core.version>6.5.0.RELEASE</lettuce-core.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 3723147

Please sign in to comment.