Skip to content

Commit

Permalink
Bump com.bucket4j:bucket4j-core from 8.7.0 to 8.7.1
Browse files Browse the repository at this point in the history
Bumps [com.bucket4j:bucket4j-core](https://github.com/bucket4j/bucket4j) from 8.7.0 to 8.7.1.
- [Release notes](https://github.com/bucket4j/bucket4j/releases)
- [Commits](https://github.com/bucket4j/bucket4j/commits)

---
updated-dependencies:
- dependency-name: com.bucket4j:bucket4j-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2024
1 parent 0bbe794 commit 65aa242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/explorer-core/autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j-core</artifactId>
<version>8.7.0</version>
<version>8.7.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

<!-- ======================================================================================================= -->
<!-- Web libraries -->
<bucket4j-core.version>8.7.0</bucket4j-core.version>
<bucket4j-core.version>8.7.1</bucket4j-core.version>
<caffeine.version>3.1.8</caffeine.version>

<thymeleaf-layout-dialect.version>3.3.0</thymeleaf-layout-dialect.version>
Expand Down

0 comments on commit 65aa242

Please sign in to comment.