Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from Aug 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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