Update version to fix failed test run, add log4j2 and update parent pom,
comons-lang3 to 3.14.0
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>