Skip to content

Commit

Permalink
build(deps): bump lettuce-core from 6.2.3.RELEASE to 6.2.4.RELEASE
Browse files Browse the repository at this point in the history
Bumps [lettuce-core](https://github.com/lettuce-io/lettuce-core) from 6.2.3.RELEASE to 6.2.4.RELEASE.
- [Release notes](https://github.com/lettuce-io/lettuce-core/releases)
- [Changelog](https://github.com/lettuce-io/lettuce-core/blob/6.2.4.RELEASE/RELEASE-NOTES.md)
- [Commits](redis/lettuce@6.2.3.RELEASE...6.2.4.RELEASE)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 1, 2023
1 parent 672bafb commit 4495993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/jooby-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
<version>6.2.3.RELEASE</version>
<version>6.2.4.RELEASE</version>
</dependency>

<!-- Test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<jdbi.version>3.37.1</jdbi.version>
<flyway.version>9.16.3</flyway.version>
<graphql-java.version>20.2</graphql-java.version>
<lettuce.version>6.2.3.RELEASE</lettuce.version>
<lettuce.version>6.2.4.RELEASE</lettuce.version>
<commons-pool2.version>2.11.1</commons-pool2.version>
<kafka.version>3.4.0</kafka.version>
<caffeine.version>3.1.6</caffeine.version>
Expand Down

0 comments on commit 4495993

Please sign in to comment.