Skip to content

Commit

Permalink
chore(deps): update dependency com.bucket4j.bucket4j-core to v8.0.1 (#…
Browse files Browse the repository at this point in the history
…623)

* chore(deps): update dependency com.bucket4j.bucket4j-core to v8.0.1

* chore: update bucket4j javadoc link

Co-authored-by: Sidd <iProdigy@users.noreply.github.com>
  • Loading branch information
PhilippHeuer and iProdigy committed Aug 15, 2022
1 parent a986949 commit 6e704ea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.github.vladimir-bukhtoyarov/bucket4j-core/7.6.0",
"https://javadoc.io/doc/com.bucket4j/bucket4j_jdk8-core/8.0.1",
// "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.github.vladimir-bukhtoyarov", name = "bucket4j-core", version = "7.6.0")
api(group = "com.bucket4j", name = "bucket4j_jdk8-core", version = "8.0.1")

// HTTP
api(group = "com.squareup.okhttp3", name = "okhttp", version = "4.9.3")
Expand Down
2 changes: 1 addition & 1 deletion chat/build.gradle.kts
@@ -1,7 +1,7 @@
// In this section you declare the dependencies for your production and test code
dependencies {
// Rate Limiting
api(group = "com.github.vladimir-bukhtoyarov", name = "bucket4j-core")
api(group = "com.bucket4j", name = "bucket4j_jdk8-core")

// Cache
api(group = "io.github.xanthic.cache", name = "cache-provider-caffeine")
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Expand Up @@ -14,7 +14,7 @@ dependencies {
api(group = "com.fasterxml.jackson.datatype", name = "jackson-datatype-jsr310")

// Rate-limit buckets for registry
compileOnly(group = "com.github.vladimir-bukhtoyarov", name = "bucket4j-core")
compileOnly(group = "com.bucket4j", name = "bucket4j_jdk8-core")

// Twitch4J Modules
api(project(":twitch4j-auth"))
Expand Down
2 changes: 1 addition & 1 deletion rest-helix/build.gradle.kts
Expand Up @@ -8,7 +8,7 @@ dependencies {
api(group = "commons-configuration", name = "commons-configuration")

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

// Jackson (JSON)
api(group = "com.fasterxml.jackson.core", name = "jackson-databind")
Expand Down

0 comments on commit 6e704ea

Please sign in to comment.