From e5025c54b0b4e2e1d92ff5b35b8847556a4c6a4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 01:03:53 +0000 Subject: [PATCH] deps: bump org.apache.commons:commons-pool2 from 2.12.1 to 2.13.0 Bumps org.apache.commons:commons-pool2 from 2.12.1 to 2.13.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-pool2 dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- fabric/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fabric/build.gradle b/fabric/build.gradle index 7d4981bc..59311c2f 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -21,7 +21,7 @@ dependencies { // Manually include config deps due to the way including api deps works implementation include("de.exlll:configlib-core:4.6.3") implementation include("org.snakeyaml:snakeyaml-engine:2.10") - implementation include('org.apache.commons:commons-pool2:2.12.1') + implementation include('org.apache.commons:commons-pool2:2.13.0') // Include driver deps due to no runtime dep loading support implementation include("com.mysql:mysql-connector-j:$mysql_driver_version") @@ -30,7 +30,7 @@ dependencies { implementation include("org.xerial.snappy:snappy-java:$snappy_version") implementation include("redis.clients:jedis:$jedis_version") implementation include("redis.clients.authentication:redis-authx-core:0.1.1-beta2") // Redis dep - implementation include('org.apache.commons:commons-pool2:2.12.1') // Redis dep + implementation include('org.apache.commons:commons-pool2:2.13.0') // Redis dep compileOnly 'net.william278:DesertWell:2.0.4' compileOnly 'org.jetbrains:annotations:26.0.2-1'