You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2023/10/02 18:30:09 UTC

[tomee] branch tomee-9.x updated: Revert "TOMEE-4244 - DBCP2 2.10.0"

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

rzo1 pushed a commit to branch tomee-9.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-9.x by this push:
     new 55cebb07ff Revert "TOMEE-4244 - DBCP2 2.10.0"
55cebb07ff is described below

commit 55cebb07ffd3fa45a78b36bb7f7ab443381c8df5
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Mon Oct 2 20:29:56 2023 +0200

    Revert "TOMEE-4244 - DBCP2 2.10.0"
    
    This reverts commit 8f98d56745b65246ecceaff0cfaef0919599cdbe.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5ab0aeb037..1088834e89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
     <version.commons-cli>1.5.0</version.commons-cli>
     <version.commons-codec>1.15</version.commons-codec>
     <version.commons-collections>3.2.2</version.commons-collections>
-    <version.commons-dbcp2>2.10.0</version.commons-dbcp2>
+    <version.commons-dbcp2>2.9.0</version.commons-dbcp2>
     <version.commons-discovery>0.5</version.commons-discovery>
     <version.commons-fileupload>1.5</version.commons-fileupload>
     <version.commons-io>2.11.0</version.commons-io>