This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/turbine-core.git

commit 54579d77c885aa0a9f606d61068e403429b1e150
Author: Georg Kallidis <[email protected]>
AuthorDate: Mon Nov 6 17:55:26 2023 +0100

    Update deps in pom
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4da78579..121cd1d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1118,7 +1118,7 @@
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-testcontainer</artifactId>
-      <version>1.0.10-SNAPSHOT</version>
+      <version>2.0.0</version>
       <scope>test</scope>
     </dependency> 
     <dependency>
@@ -1309,8 +1309,8 @@
     <!-- maven.compiler setting in turbine parent -->
     <turbine.site.path>turbine-core</turbine.site.path>
     <fulcrum.intake>3.0.0</fulcrum.intake>
-    <fulcrum.parser>2.0.2-SNAPSHOT</fulcrum.parser>
-    <fulcrum.security>2.1.1-SNAPSHOT</fulcrum.security>
+    <fulcrum.parser>3.0.0</fulcrum.parser>
+    <fulcrum.security>3.0.0</fulcrum.security>
     <fulcrum.yaafi>2.0.0</fulcrum.yaafi>
     <torque.version>5.1</torque.version>
     <jackson2.version>2.15.2</jackson2.version>

Reply via email to