Skip to content

Commit

Permalink
deps: bump org.apache.commons:commons-pool2 from 2.12.0 to 2.12.1
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 033af31 commit 85276c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 85276c5

Please sign in to comment.