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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new b4fb6faf6ab Upgrade commons-dbcp2 2.10.0 (#11519)
b4fb6faf6ab is described below

commit b4fb6faf6ab60f7d9259b15b9400892d48f69ff4
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Sep 22 06:22:14 2023 +0200

    Upgrade commons-dbcp2 2.10.0 (#11519)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 89ecf928a8f..f6587ee46ef 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -97,7 +97,7 @@
         <commons-csv-version>1.10.0</commons-csv-version>
         <commons-cli-version>1.4</commons-cli-version>
         <commons-dbcp-version>1.4</commons-dbcp-version>
-        <commons-dbcp2-version>2.9.0</commons-dbcp2-version>
+        <commons-dbcp2-version>2.10.0</commons-dbcp2-version>
         <commons-exec-version>1.3</commons-exec-version>
         <commons-io-version>2.13.0</commons-io-version>
         <commons-lang-version>2.6</commons-lang-version>

Reply via email to