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-yaafi-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a4858c  Update deps: turbine parent 12 and fulcrum testcontainer 
2.0.0, update commons-io to 2.15.0 from 2.6
5a4858c is described below

commit 5a4858c40a8c3b65ecad74724290472060368071
Author: Georg Kallidis <[email protected]>
AuthorDate: Mon Nov 27 11:53:05 2023 +0100

    Update deps: turbine parent 12 and fulcrum testcontainer 2.0.0, update 
commons-io to 2.15.0 from 2.6
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 588478e..f9e5599 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>turbine-parent</artifactId>
     <groupId>org.apache.turbine</groupId>
-    <version>11</version>
+    <version>12</version>
     <relativePath />
   </parent>
 
@@ -68,19 +68,19 @@
     <dependency>
          <groupId>org.apache.fulcrum</groupId>
          <artifactId>fulcrum-testcontainer</artifactId>
-         <version>1.0.9</version>
+         <version>2.0.0</version>
          <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-core</artifactId>
       <version>${turbine.log4j2.version}</version>
-      <scope>test</scope><!-- change to provided ? -->
+      <scope>test</scope>
     </dependency>
     <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.6</version>
+        <version>2.15.0</version>
         <scope>test</scope>
     </dependency>    
   </dependencies>

Reply via email to