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-security.git
The following commit(s) were added to refs/heads/master by this push:
new 5285aa4 Update parent pom to v14, skip dependency check per parent
default
5285aa4 is described below
commit 5285aa4aba4d6eafc80194ed186a48a023a2b5be
Author: gk <[email protected]>
AuthorDate: Wed Apr 23 14:38:53 2025 +0200
Update parent pom to v14, skip dependency check per parent default
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index fb37659..bbce1d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>turbine-parent</artifactId>
<groupId>org.apache.turbine</groupId>
- <version>13</version>
+ <version>14</version>
<relativePath />
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -183,7 +183,7 @@
</configuration>
</plugin>
- <plugin>
+ <plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<executions>
@@ -194,6 +194,7 @@
</execution>
</executions>
<configuration>
+ <skip>${dependency.check.skip}</skip>
<!-- suppress false positive -->
<suppressionFiles>
<suppressionFile>${project.basedir}/suppression-owasp.xml</suppressionFile>