Update to current parent 12-SNAPSHOT, update dependencies jamon to 2.82, javasimon-core to v4.2.0, commons-lang3 v3.12.0
diff --git a/pom.xml b/pom.xml
index 66840d5..e8dfe35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 	<parent>
 		<artifactId>turbine-parent</artifactId>
 		<groupId>org.apache.turbine</groupId>
-		<version>11</version>
+		<version>12-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
@@ -66,7 +66,7 @@
 		<dependency>
 			<groupId>org.apache.commons</groupId>
 			<artifactId>commons-lang3</artifactId>
-			<version>3.11</version>
+			<version>3.12.0</version>
 		</dependency>
 		<dependency>
 		    <groupId>commons-io</groupId>
@@ -102,7 +102,7 @@
 		<dependency>
 			<groupId>com.jamonapi</groupId>
 			<artifactId>jamon</artifactId>
-			<version>2.81</version>
+			<version>2.82</version>
 			<optional>true</optional>
 			<exclusions>
 				<exclusion>
@@ -114,7 +114,7 @@
 		<dependency>
 			<groupId>org.javasimon</groupId>
 			<artifactId>javasimon-core</artifactId>
-			<version>4.1.4</version>
+			<version>4.2.0</version>
 			<optional>true</optional>
 		</dependency>
 		<!-- Testing dependencies -->