From f9bd41dd7d71f3e5a12b3804af0e9da4a63f7bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 18:26:21 +0000 Subject: [PATCH] chore(deps): bump com.github.vladimir-bukhtoyarov:bucket4j-core Bumps [com.github.vladimir-bukhtoyarov:bucket4j-core](https://github.com/vladimir-bukhtoyarov/bucket4j) from 7.6.1 to 8.0.1. - [Release notes](https://github.com/vladimir-bukhtoyarov/bucket4j/releases) - [Commits](https://github.com/vladimir-bukhtoyarov/bucket4j/commits/8.0.1) --- updated-dependencies: - dependency-name: com.github.vladimir-bukhtoyarov:bucket4j-core dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 788b281..5dc5b99 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation 'com.jcabi:jcabi-xml:0.35.0' implementation 'com.helger.schematron:ph-schematron-pure:7.1.2' - implementation 'com.github.vladimir-bukhtoyarov:bucket4j-core:7.6.1' + implementation 'com.github.vladimir-bukhtoyarov:bucket4j-core:8.0.1' implementation 'com.opencsv:opencsv:5.12.0'