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/02/14 07:27:33 UTC

[santuario-xml-security-java] branch main updated: Bump dependency-check-maven from 8.0.2 to 8.1.0 (#124)

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 58331660 Bump dependency-check-maven from 8.0.2 to 8.1.0 (#124)
58331660 is described below

commit 58331660cd8c3e340807428affde56bbcb6e26b7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 14 07:27:26 2023 +0000

    Bump dependency-check-maven from 8.0.2 to 8.1.0 (#124)
    
    Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 8.0.2 to 8.1.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/v8.0.2...v8.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.owasp:dependency-check-maven
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 f078b2cd..752425bf 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>8.0.2</maven-owasp-plugin-version>
+        <maven-owasp-plugin-version>8.1.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>