You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2023/01/16 06:18:19 UTC

[santuario-xml-security-java] branch main updated: Bump dependency-check-maven from 7.4.4 to 8.0.0 (#106)

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

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/main by this push:
     new bae15408 Bump dependency-check-maven from 7.4.4 to 8.0.0 (#106)
bae15408 is described below

commit bae1540805881c6951c102f61481f7c6903247f9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 16 06:18:14 2023 +0000

    Bump dependency-check-maven from 7.4.4 to 8.0.0 (#106)
    
    Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 7.4.4 to 8.0.0.
    - [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
    - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/jeremylong/DependencyCheck/compare/v7.4.4...v8.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.owasp:dependency-check-maven
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3722a19c..10987a03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -540,7 +540,7 @@
         <targetJdk>1.8</targetJdk>
         <maven.compiler.target>1.8</maven.compiler.target>
         <clirr.version>2.8</clirr.version>
-        <maven-owasp-plugin-version>7.4.4</maven-owasp-plugin-version>
+        <maven-owasp-plugin-version>8.0.0</maven-owasp-plugin-version>
         <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level -->
         <minSeverity>info</minSeverity>
         <project.build.outputTimestamp>2022-09-12T09:20:48Z</project.build.outputTimestamp>