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 10:58:55 UTC

[turbine-fulcrum-cache] branch master updated: Update to current parent 12-SNAPSHOT, update dependencies slf4j-simple to 2.0.6, commons-jcs3-core to 3.1.0, fulcrum-yaafi to 1.0.9-SNAPSHOT

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


The following commit(s) were added to refs/heads/master by this push:
     new 9531425  Update to current parent 12-SNAPSHOT, update dependencies slf4j-simple to 2.0.6, commons-jcs3-core to 3.1.0, fulcrum-yaafi to 1.0.9-SNAPSHOT
9531425 is described below

commit 953142532e09b5519991cbe5cc92b0780c16e718
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Mon Mar 6 11:43:02 2023 +0100

    Update to current parent 12-SNAPSHOT, update dependencies slf4j-simple to 2.0.6, commons-jcs3-core to 3.1.0, fulcrum-yaafi to 1.0.9-SNAPSHOT
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2d1f2e0..e335072 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.turbine</groupId>
     <artifactId>turbine-parent</artifactId>
-    <version>11</version>
+    <version>12-SNAPSHOT</version>
     <relativePath />
   </parent>
 
@@ -83,7 +83,7 @@
      <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-simple</artifactId>
-        <version>1.7.30</version>
+        <version>2.0.6</version>
         <scope>test</scope>
     </dependency>
      <!--dependency>
@@ -95,7 +95,7 @@
     <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jcs3-core</artifactId>
-        <version>3.0</version>
+        <version>3.1</version>
     </dependency>
     <!-- log optional for jcs3, required log4j2.xml and system property -Djcs.logSystem=log4j2  -->
     <dependency>
@@ -114,7 +114,7 @@
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-yaafi</artifactId>
-      <version>1.0.8</version>
+      <version>1.0.9-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>