This is an automated email from the ASF dual-hosted git repository.
gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-parser.git
The following commit(s) were added to refs/heads/master by this push:
new 77c8712 Update commons-pool to 2.12.0 from 2.11.0
77c8712 is described below
commit 77c871219effd9ab6a0f032af024845d15471a4b
Author: Georg Kallidis <[email protected]>
AuthorDate: Mon Nov 27 11:45:20 2023 +0100
Update commons-pool to 2.12.0 from 2.11.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 42a8293..f571054 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
- <version>2.11.1</version>
+ <version>2.12.0</version>
<scope>provided</scope>
</dependency>
<!-- fulcrum-pool is required even if not used due to optional fall-back
-->