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
…7.0 (#893)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 23, 2023
1 parent 0d68f81 commit 5f9a2b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Expand Up @@ -75,7 +75,7 @@ subprojects {
api(group = "commons-configuration", name = "commons-configuration", version = "1.10")

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

// HTTP
api(group = "com.squareup.okhttp3", name = "okhttp", version = "4.12.0")
Expand Down Expand Up @@ -201,7 +201,7 @@ subprojects {
links(
"https://javadoc.io/doc/org.jetbrains/annotations/24.1.0",
"https://javadoc.io/doc/commons-configuration/commons-configuration/1.10",
"https://javadoc.io/doc/com.bucket4j/bucket4j_jdk8-core/8.6.0",
"https://javadoc.io/doc/com.bucket4j/bucket4j_jdk8-core/8.7.0",
// "https://javadoc.io/doc/com.squareup.okhttp3/okhttp/4.12.0", // blocked by https://github.com/square/okhttp/issues/6450
"https://javadoc.io/doc/com.github.philippheuer.events4j/events4j-core/0.12.1",
"https://javadoc.io/doc/com.github.philippheuer.events4j/events4j-handler-simple/0.12.1",
Expand Down

0 comments on commit 5f9a2b1

Please sign in to comment.