This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 8b8c1dde3e ARTEMIS-4604 upgrade Commons DBCP2 to 2.11.0 and Commons
Pool to 2.12.0
8b8c1dde3e is described below
commit 8b8c1dde3eb3bf97b32643cee97c6eee8b5536f1
Author: Justin Bertram <[email protected]>
AuthorDate: Tue Jan 30 19:34:03 2024 -0600
ARTEMIS-4604 upgrade Commons DBCP2 to 2.11.0 and Commons Pool to 2.12.0
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index cc3adbab41..689f99ccda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,8 +91,8 @@
<apache.derby.version>10.14.2.0</apache.derby.version>
<commons.beanutils.version>1.9.4</commons.beanutils.version>
<commons.logging.version>1.3.0</commons.logging.version>
- <commons.dbcp2.version>2.7.0</commons.dbcp2.version>
- <commons.pool2.version>2.7.0</commons.pool2.version>
+ <commons.dbcp2.version>2.11.0</commons.dbcp2.version>
+ <commons.pool2.version>2.12.0</commons.pool2.version>
<commons.collections.version>3.2.2</commons.collections.version>
<commons.text.version>1.10.0</commons.text.version>
<commons.io.version>2.15.1</commons.io.version>