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 0d1c8f4 Update deps: turbine parent 12 and fulcrum yaafi and
testcontainer 2.0.0, commons-jcs3-core to 3.2
0d1c8f4 is described below
commit 0d1c8f44c8b434963c45afc294fb004f698913e7
Author: Georg Kallidis <[email protected]>
AuthorDate: Mon Nov 27 11:39:10 2023 +0100
Update deps: turbine parent 12 and fulcrum yaafi and testcontainer 2.0.0,
commons-jcs3-core to 3.2
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index e335072..53e3111 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.turbine</groupId>
<artifactId>turbine-parent</artifactId>
- <version>12-SNAPSHOT</version>
+ <version>12</version>
<relativePath />
</parent>
@@ -83,7 +83,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>2.0.6</version>
+ <version>2.0.7</version>
<scope>test</scope>
</dependency>
<!--dependency>
@@ -95,7 +95,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jcs3-core</artifactId>
- <version>3.1</version>
+ <version>3.2</version>
</dependency>
<!-- log optional for jcs3, required log4j2.xml and system property
-Djcs.logSystem=log4j2 -->
<dependency>
@@ -108,13 +108,13 @@
<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.fulcrum</groupId>
<artifactId>fulcrum-yaafi</artifactId>
- <version>1.0.9-SNAPSHOT</version>
+ <version>2.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>