This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-8.x by this push:
new aac912ca42 Revert "TOMEE-4244 - DBCP2 2.10.0"
aac912ca42 is described below
commit aac912ca42732af4a7cf81ebfc8112b7b2e940c6
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Oct 2 20:29:01 2023 +0200
Revert "TOMEE-4244 - DBCP2 2.10.0"
This reverts commit 103c7fa77c7279f9fd724ff7ae44a780bcaec3d6.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c780e9e4ff..3dcd18be98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,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>