Skip to content

Commit

Permalink
Bump org.redisson:redisson from 3.27.2 to 3.30.0 (#299)
Browse files Browse the repository at this point in the history
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.27.2 to 3.30.0.
- [Release notes](https://github.com/redisson/redisson/releases)
- [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md)
- [Commits](redisson/redisson@redisson-3.27.2...redisson-3.30.0)

---
updated-dependencies:
- dependency-name: org.redisson:redisson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 30, 2024
1 parent 2ac79eb commit 93b3760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bucket4j-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>17</java.version>
<redisson.version>3.27.2</redisson.version>
<redisson.version>3.30.0</redisson.version>
<ignite-core.version>2.16.0</ignite-core.version>
</properties>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/redis-redisson/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>
<redisson.version>3.27.2</redisson.version>
<redisson.version>3.30.0</redisson.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 93b3760

Please sign in to comment.