From 976aae7e6f6c44a52616a32cc64b959cc40e6db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 00:48:33 +0000 Subject: [PATCH 1/2] chore(deps): bump bucket4j-core from 7.2.0 to 7.3.0 Bumps [bucket4j-core](https://github.com/vladimir-bukhtoyarov/bucket4j) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/vladimir-bukhtoyarov/bucket4j/releases) - [Commits](https://github.com/vladimir-bukhtoyarov/bucket4j/compare/7.2.0...7.3.0) --- updated-dependencies: - dependency-name: com.github.vladimir-bukhtoyarov:bucket4j-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 07ea22dc2..42938db8a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ allprojects { "https://javadoc.io/doc/org.jetbrains/annotations/latest", "https://javadoc.io/doc/com.github.ben-manes.caffeine/caffeine/2.9.2", "https://commons.apache.org/proper/commons-configuration/javadocs/v1.10/apidocs", - "https://javadoc.io/doc/com.github.vladimir-bukhtoyarov/bucket4j-core/7.2.0/", + "https://javadoc.io/doc/com.github.vladimir-bukhtoyarov/bucket4j-core/7.3.0/", "https://square.github.io/okhttp/4.x/okhttp/", "https://javadoc.io/doc/com.github.philippheuer.events4j/events4j-core/latest", "https://javadoc.io/doc/com.github.philippheuer.events4j/events4j-handler-simple/latest", From c7694f3f7075f48c075943f2671ae6938d4e11a3 Mon Sep 17 00:00:00 2001 From: Sidd Date: Sun, 6 Mar 2022 17:02:37 -0800 Subject: [PATCH 2/2] chore: actually bump bucket4j version --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 42938db8a..850035e46 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -89,7 +89,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.2.0") + api(group = "com.github.vladimir-bukhtoyarov", name = "bucket4j-core", version = "7.3.0") // HTTP api(group = "com.squareup.okhttp3", name = "okhttp", version = "4.9.3")