From 060bb323e7073714c75e4d89ac3de0b8aaba34e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 12:29:37 +0000 Subject: [PATCH] Bump com.bucket4j:bucket4j_jdk17-core in /codehive-backend Bumps [com.bucket4j:bucket4j_jdk17-core](https://github.com/bucket4j/bucket4j) from 8.15.0 to 8.16.1. - [Release notes](https://github.com/bucket4j/bucket4j/releases) - [Commits](https://github.com/bucket4j/bucket4j/commits) --- updated-dependencies: - dependency-name: com.bucket4j:bucket4j_jdk17-core dependency-version: 8.16.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- codehive-backend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codehive-backend/build.gradle.kts b/codehive-backend/build.gradle.kts index 7f0630b..6af2655 100644 --- a/codehive-backend/build.gradle.kts +++ b/codehive-backend/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.13") // Rate limiting - implementation("com.bucket4j:bucket4j_jdk17-core:8.15.0") + implementation("com.bucket4j:bucket4j_jdk17-core:8.16.1") implementation("org.springframework.boot:spring-boot-starter-cache") implementation("org.springframework.boot:spring-boot-starter-aop")