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 d543503  Update to current parent 12-SNAPSHOT, update dependencies 
commons-lang3 v3.12.0
d543503 is described below

commit d54350305c3038ecbbbd75b47ff89c67fb1fc60c
Author: Georg Kallidis <[email protected]>
AuthorDate: Mon Mar 6 11:47:26 2023 +0100

    Update to current parent 12-SNAPSHOT, update dependencies commons-lang3
    v3.12.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d40444a..447c79c 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>
     <relativePath /><!-- ignore default value -->
   </parent>
 
@@ -90,7 +90,7 @@
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>
-           <version>3.9</version>
+           <version>3.12.0</version>
        </dependency>
     
     <!-- testing dependencies -->

Reply via email to