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


The following commit(s) were added to refs/heads/master by this push:
     new d4398dc  Update deps: turbine parent 12 and fulcrum yaafi and 
testcontainer 2.0.0, add log4j2-core to test deps, update commons-codec 1.16.0 
from 1.15
d4398dc is described below

commit d4398dc172985376b6ceed622a4d50992c079d45
Author: Georg Kallidis <[email protected]>
AuthorDate: Mon Nov 27 11:40:13 2023 +0100

    Update deps: turbine parent 12 and fulcrum yaafi and testcontainer 2.0.0, 
add log4j2-core to test deps, update commons-codec 1.16.0 from 1.15
---
 pom.xml | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8c3b23a..ba45267 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.turbine</groupId>
     <artifactId>turbine-parent</artifactId>
-    <version>12-SNAPSHOT</version>
+    <version>12</version>
     <relativePath />
   </parent>
 
@@ -82,20 +82,26 @@
        <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
-           <version>1.15</version>
+           <version>1.16.0</version>
        </dependency>
     
     <!-- testing dependencies -->
     <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>
     </dependency>
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-yaafi</artifactId>
-      <version>1.0.8</version>
+      <version>2.0.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Reply via email to