From 18adcb26bfe3c059cc51d62d40e942b9292a82d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 03:59:15 +0000 Subject: [PATCH] Bump org.apache.commons:commons-dbcp2 from 2.12.0 to 2.13.0 Bumps org.apache.commons:commons-dbcp2 from 2.12.0 to 2.13.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-dbcp2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f307992e..c3a06d8c 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ dependencies { implementation('org.postgresql:postgresql:42.7.4') { exclude(module: 'checker-qual') } - implementation 'org.apache.commons:commons-dbcp2:2.12.0' + implementation 'org.apache.commons:commons-dbcp2:2.13.0' implementation 'org.mybatis:mybatis:3.4.6' implementation 'org.flywaydb:flyway-core:4.2.0' runtimeOnly 'ch.qos.logback:logback-classic:1.5.12'