This is an automated email from the ASF dual-hosted git repository.

Abacn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 8288d2f15d0 Update commons-pool2 dependency to 2.13.1 in JDBC IO 
(#39914)
8288d2f15d0 is described below

commit 8288d2f15d046d2c61d4d70edf2661111724eb7c
Author: Ashwin S <[email protected]>
AuthorDate: Fri Aug 28 10:52:27 2026 -0400

    Update commons-pool2 dependency to 2.13.1 in JDBC IO (#39914)
---
 sdks/java/io/jdbc/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/java/io/jdbc/build.gradle b/sdks/java/io/jdbc/build.gradle
index 87a231a5a42..4e704d3268e 100644
--- a/sdks/java/io/jdbc/build.gradle
+++ b/sdks/java/io/jdbc/build.gradle
@@ -32,7 +32,7 @@ dependencies {
   implementation project(path: ":model:pipeline", configuration: "shadow")
   implementation library.java.dbcp2
   implementation library.java.joda_time
-  implementation "org.apache.commons:commons-pool2:2.11.1"
+  implementation "org.apache.commons:commons-pool2:2.13.1"
   implementation library.java.slf4j_api
   testImplementation "org.apache.derby:derby:10.14.2.0"
   testImplementation "org.apache.derby:derbyclient:10.14.2.0"

Reply via email to