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


The following commit(s) were added to refs/heads/trunk by this push:
     new ac9adbe1 Update parent to 11-SNAPSHOT and deps due to owasp security 
warn messages
ac9adbe1 is described below

commit ac9adbe12b6db498b92af238fd5cccf72d1a86cc
Author: Georg Kallidis <[email protected]>
AuthorDate: Fri Sep 9 13:07:25 2022 +0200

    Update parent to 11-SNAPSHOT and deps due to owasp security warn messages
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 78783401..5567cba9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.turbine</groupId>
     <artifactId>turbine-parent</artifactId>
-    <version>11</version>
+    <version>12-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <artifactId>turbine</artifactId>
@@ -913,7 +913,7 @@
       <groupId>nl.basjes.parse.useragent</groupId>
       <artifactId>yauaa</artifactId>
       <!-- java 11 required for v6.1+ -->
-      <version>5.23</version>
+      <version>7.5.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
@@ -1304,7 +1304,7 @@
      <fulcrum.security>2.1.0</fulcrum.security>
     <fulcrum.yaafi>1.0.9-SNAPSHOT</fulcrum.yaafi>
     <torque.version>5.0</torque.version>
-    <jackson2.version>2.13.1</jackson2.version>
+    <jackson2.version>2.13.4</jackson2.version>
     <doclint>none</doclint>
     <docker.testcontainers.version>1.16.2</docker.testcontainers.version>
     <jacoco.skip>true</jacoco.skip>

Reply via email to