Skip to content

Commit

Permalink
chore(deps): update dependency com.bucket4j:bucket4j_jdk8-core to v8.…
Browse files Browse the repository at this point in the history
…1.0 (#633)
  • Loading branch information
renovate[bot] committed Sep 3, 2022
1 parent 9992956 commit 42a44b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Expand Up @@ -25,7 +25,7 @@ allprojects {
links(
"https://javadoc.io/doc/org.jetbrains/annotations/23.0.0",
"https://javadoc.io/doc/commons-configuration/commons-configuration/1.10",
"https://javadoc.io/doc/com.bucket4j/bucket4j_jdk8-core/8.0.1",
"https://javadoc.io/doc/com.bucket4j/bucket4j_jdk8-core/8.1.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 @@ -82,7 +82,7 @@ subprojects {
api(group = "commons-configuration", name = "commons-configuration", version = "1.10")

// Rate Limiting
api(group = "com.bucket4j", name = "bucket4j_jdk8-core", version = "8.0.1")
api(group = "com.bucket4j", name = "bucket4j_jdk8-core", version = "8.1.0")

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

0 comments on commit 42a44b5

Please sign in to comment.