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-intake.git


The following commit(s) were added to refs/heads/master by this push:
     new 3fbabbef Use turbine parent 12-SNAPSHOT and set commons-pool2 with 
scope provided
3fbabbef is described below

commit 3fbabbeffde773eeff88ac7549fc6d106f51ae47
Author: Georg Kallidis <[email protected]>
AuthorDate: Thu Oct 20 15:54:52 2022 +0200

    Use turbine parent 12-SNAPSHOT and set commons-pool2 with scope provided
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index df5615c6..8ef9c42f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.turbine</groupId>
     <artifactId>turbine-parent</artifactId>
-    <version>11</version>
+    <version>12-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
@@ -111,7 +111,8 @@
     <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-pool2</artifactId>
-        <version>2.7.0</version>
+        <version>2.11.1</version>
+        <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.fulcrum</groupId>

Reply via email to