From 85276c5e919cdbabeb45df1ddc12e58fcc0d93a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 01:49:46 +0000 Subject: [PATCH] deps: bump org.apache.commons:commons-pool2 from 2.12.0 to 2.12.1 Bumps org.apache.commons:commons-pool2 from 2.12.0 to 2.12.1. --- updated-dependencies: - dependency-name: org.apache.commons:commons-pool2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- fabric/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric/build.gradle b/fabric/build.gradle index 1a19687c..0206f27d 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -21,7 +21,7 @@ dependencies { modImplementation include("net.william278.uniform:uniform-fabric:1.3+${minecraft_version}") modCompileOnly "net.fabricmc.fabric-api:fabric-api:${fabric_api_version}" - implementation include('org.apache.commons:commons-pool2:2.12.0') + implementation include('org.apache.commons:commons-pool2:2.12.1') implementation include("redis.clients:jedis:$jedis_version") implementation include("com.mysql:mysql-connector-j:$mysql_driver_version") implementation include("org.mariadb.jdbc:mariadb-java-client:$mariadb_driver_version")