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 2023/03/09 11:00:10 UTC

[turbine-fulcrum-yaafi] branch master updated: Update to current parent 12-SNAPSHOT, update dependencies jamon to 2.82, javasimon-core to v4.2.0, commons-lang3 v3.12.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 69b46ce  Update to current parent 12-SNAPSHOT, update dependencies jamon to 2.82, javasimon-core to v4.2.0, commons-lang3 v3.12.0
69b46ce is described below

commit 69b46ce0a9808a65b68ac223bc9b78b2ab9882a5
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Mon Mar 6 11:50:12 2023 +0100

    Update to current parent 12-SNAPSHOT, update dependencies jamon to 2.82, javasimon-core to v4.2.0, commons-lang3 v3.12.0
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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