Skip to content

Commit

Permalink
chore(deps): update dependency com.github.vladimir-bukhtoyarov:bucket…
Browse files Browse the repository at this point in the history
…4j-core to v7.6.0 (#611)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 23, 2022
1 parent 0eb095f commit 6cb62f4
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/23.0.0",
"https://javadoc.io/doc/com.github.ben-manes.caffeine/caffeine/2.9.3",
"https://javadoc.io/doc/commons-configuration/commons-configuration/1.10",
"https://javadoc.io/doc/com.github.vladimir-bukhtoyarov/bucket4j-core/7.5.0",
"https://javadoc.io/doc/com.github.vladimir-bukhtoyarov/bucket4j-core/7.6.0",
// "https://javadoc.io/doc/com.squareup.okhttp3/okhttp/4.9.3", // blocked by https://github.com/square/okhttp/issues/6450
"https://javadoc.io/doc/com.github.philippheuer.events4j/events4j-core/0.10.0",
"https://javadoc.io/doc/com.github.philippheuer.events4j/events4j-handler-simple/0.10.0",
Expand Down Expand Up @@ -86,7 +86,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.5.0")
api(group = "com.github.vladimir-bukhtoyarov", name = "bucket4j-core", version = "7.6.0")

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

0 comments on commit 6cb62f4

Please sign in to comment.