You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2024/02/23 11:30:53 UTC

(turbine-fulcrum-yaafi) branch master updated: Update version to fix failed test run, add log4j2 and update parent pom, comons-lang3 to 3.14.0

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


The following commit(s) were added to refs/heads/master by this push:
     new a1a5fe2  Update version to fix failed test run, add log4j2 and update parent pom, comons-lang3 to 3.14.0
a1a5fe2 is described below

commit a1a5fe22662f577dfaa7fcf38cffba05b9893a2c
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Fri Feb 23 12:22:51 2024 +0100

    Update version to fix failed test run, add log4j2 and update parent pom,
    comons-lang3 to 3.14.0
---
 pom.xml | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a9be07e..6e84872 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 	<parent>
 		<artifactId>turbine-parent</artifactId>
 		<groupId>org.apache.turbine</groupId>
-		<version>12</version>
+		<version>13-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
@@ -66,7 +66,7 @@
 		<dependency>
 			<groupId>org.apache.commons</groupId>
 			<artifactId>commons-lang3</artifactId>
-			<version>3.13.0</version>
+			<version>3.14.0</version>
 		</dependency>
 		<dependency>
 		    <groupId>commons-io</groupId>
@@ -130,6 +130,13 @@
              <version>2.0.0</version>
              <scope>test</scope>
         </dependency>
+        <!-- log4j2 only usable in testcontainer 1.0.10 -->
+        <dependency>
+           <groupId>org.apache.logging.log4j</groupId>
+           <artifactId>log4j-core</artifactId>
+           <version>${turbine.log4j2.version}</version>
+           <scope>test</scope>
+        </dependency>
 	</dependencies>
 
 	<build>