Update deps: turbine parent 12 and fulcrum yaafi and testcontainer 2.0.0, add log4j2-core to test deps. Update commons-lang3 tp 3.13.0
diff --git a/pom.xml b/pom.xml
index 447c79c..640d881 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,14 +19,14 @@
   <parent>
     <artifactId>turbine-parent</artifactId>
     <groupId>org.apache.turbine</groupId>
-    <version>12-SNAPSHOT</version>
+    <version>12</version>
     <relativePath /><!-- ignore default value -->
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>fulcrum-localization</artifactId>
   <groupId>org.apache.fulcrum</groupId>
-  <version>1.0.8-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <name>Fulcrum Localization</name>
   <inceptionYear>2005</inceptionYear>
   <description>Fulcrum Localization Service</description>
@@ -90,21 +90,28 @@
 	<dependency>
 	    <groupId>org.apache.commons</groupId>
 	    <artifactId>commons-lang3</artifactId>
-	    <version>3.12.0</version>
+	    <version>3.13.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>