From 34300426ae42a769f0c463d1bdad604e16dcc2a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 19:23:06 +0000 Subject: [PATCH] gradle(deps): bump redis.clients:jedis from 5.1.3 to 8.0.0 Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 5.1.3 to 8.0.0. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](https://github.com/redis/jedis/compare/v5.1.3...v8.0.0) --- updated-dependencies: - dependency-name: redis.clients:jedis dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 4a10f92..3397d74 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ dependencies { compileOnly("io.papermc.paper:paper-api:$minecraftVersion-R0.1-SNAPSHOT") compileOnly("dev.folia:folia-api:$minecraftVersion-R0.1-SNAPSHOT") implementation("org.bstats:bstats-bukkit:3.1.0") - implementation("redis.clients:jedis:5.1.3") + implementation("redis.clients:jedis:8.0.0") } // Replaces ${project.version} / ${project.description} in the plugin resources,