Skip to content

Commit

Permalink
chore(deps): bump bucket4j-core from 7.1.0 to 7.2.0 (#536)
Browse files Browse the repository at this point in the history
* chore(deps): bump bucket4j-core from 7.1.0 to 7.2.0

Bumps [bucket4j-core](https://github.com/vladimir-bukhtoyarov/bucket4j) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/vladimir-bukhtoyarov/bucket4j/releases)
- [Commits](bucket4j/bucket4j@7.1.0...7.2.0)

---
updated-dependencies:
- dependency-name: com.github.vladimir-bukhtoyarov:bucket4j-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: actually bump bucket4j to 7.2.0

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sidd <iProdigy@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and iProdigy committed Feb 11, 2022
1 parent 2542ef2 commit 22e9b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Expand Up @@ -26,7 +26,7 @@ allprojects {
"https://javadoc.io/doc/org.jetbrains/annotations/latest",
"https://javadoc.io/doc/com.github.ben-manes.caffeine/caffeine/2.9.2",
"https://commons.apache.org/proper/commons-configuration/javadocs/v1.10/apidocs",
"https://javadoc.io/doc/com.github.vladimir-bukhtoyarov/bucket4j-core/7.1.0/",
"https://javadoc.io/doc/com.github.vladimir-bukhtoyarov/bucket4j-core/7.2.0/",
"https://square.github.io/okhttp/4.x/okhttp/",
"https://javadoc.io/doc/com.github.philippheuer.events4j/events4j-core/latest",
"https://javadoc.io/doc/com.github.philippheuer.events4j/events4j-handler-simple/latest",
Expand Down Expand Up @@ -89,7 +89,7 @@ subprojects {
api(group = "commons-configuration", name = "commons-configuration", version = "1.10")

// Rate Limiting
api(group = "com.github.vladimir-bukhtoyarov", name = "bucket4j-core", version = "7.1.0")
api(group = "com.github.vladimir-bukhtoyarov", name = "bucket4j-core", version = "7.2.0")

// HTTP
api(group = "com.squareup.okhttp3", name = "okhttp", version = "4.9.3")
Expand Down

0 comments on commit 22e9b88

Please sign in to comment.