From 4dc82f49361609cb1b29ff24b948360e1f81dff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 16:06:17 +0000 Subject: [PATCH] Bump org.vibur:vibur-dbcp from 25.0 to 26.0 in /modules/jdbc Bumps [org.vibur:vibur-dbcp](https://github.com/vibur/vibur-dbcp) from 25.0 to 26.0. - [Changelog](https://github.com/vibur/vibur-dbcp/blob/master/CHANGELOG) - [Commits](https://github.com/vibur/vibur-dbcp/compare/25.0...26.0) --- updated-dependencies: - dependency-name: org.vibur:vibur-dbcp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- modules/jdbc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/jdbc/build.gradle b/modules/jdbc/build.gradle index de68d8816d0..c343cd17a4a 100644 --- a/modules/jdbc/build.gradle +++ b/modules/jdbc/build.gradle @@ -5,7 +5,7 @@ dependencies { compileOnly 'org.jetbrains:annotations:26.0.2' testImplementation 'commons-dbutils:commons-dbutils:1.8.1' - testImplementation 'org.vibur:vibur-dbcp:25.0' + testImplementation 'org.vibur:vibur-dbcp:26.0' testImplementation 'org.apache.tomcat:tomcat-jdbc:11.0.9' testImplementation 'com.zaxxer:HikariCP-java6:2.3.13' testImplementation 'org.assertj:assertj-core:3.27.3'