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-localization.git
The following commit(s) were added to refs/heads/master by this push:
new 6d1b7c1 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
6d1b7c1 is described below
commit 6d1b7c1bb8936bce78022f1bd7ca0c09d5412030
Author: Georg Kallidis <[email protected]>
AuthorDate: Mon Nov 27 11:44:24 2023 +0100
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
---
pom.xml | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
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>