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

pabloem 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 584f905  [BEAM-11899] Bump commons-pool to 2.8.1 and bump commons-dbcp 
to 2.8.0, Because there is a library dependency
     new 2b8938e  Merge pull request #14138 from [BEAM-11899] Bump commons-pool 
to 2.8.1
584f905 is described below

commit 584f9051f44dae5e48cc0fa95fec7a870e4f7ffb
Author: masahitojp <[email protected]>
AuthorDate: Wed Mar 3 22:55:53 2021 +0900

    [BEAM-11899] Bump commons-pool to 2.8.1
    and bump commons-dbcp to 2.8.0, Because there is a library dependency
---
 sdks/java/io/jdbc/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sdks/java/io/jdbc/build.gradle b/sdks/java/io/jdbc/build.gradle
index 118fb82..3315e04 100644
--- a/sdks/java/io/jdbc/build.gradle
+++ b/sdks/java/io/jdbc/build.gradle
@@ -30,9 +30,9 @@ ext.summary = "IO to read and write on JDBC datasource."
 dependencies {
   compile library.java.vendored_guava_26_0_jre
   compile project(path: ":sdks:java:core", configuration: "shadow")
-  compile "org.apache.commons:commons-dbcp2:2.6.0"
+  compile "org.apache.commons:commons-dbcp2:2.8.0"
   compile library.java.joda_time
-  compile "org.apache.commons:commons-pool2:2.6.1"
+  compile "org.apache.commons:commons-pool2:2.8.1"
   compile library.java.slf4j_api
   testCompile "org.apache.derby:derby:10.14.2.0"
   testCompile "org.apache.derby:derbyclient:10.14.2.0"

Reply via email to