You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/03/09 07:07:29 UTC

[isis] branch post-m5-release updated: Bump dependency-check-maven from 6.1.1 to 6.1.2

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

ahuber pushed a commit to branch post-m5-release
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/post-m5-release by this push:
     new bde5876  Bump dependency-check-maven from 6.1.1 to 6.1.2
bde5876 is described below

commit bde587645ce04f356f5edc55f26ba3e38fbb8ea9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 9 05:51:31 2021 +0000

    Bump dependency-check-maven from 6.1.1 to 6.1.2
    
    Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 6.1.1 to 6.1.2.
    - [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
    - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/RELEASE_NOTES.md)
    - [Commits](https://github.com/jeremylong/DependencyCheck/compare/v6.1.1...v6.1.2)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index c4c6073..e68513e 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -1605,7 +1605,7 @@
 					<plugin>
 						<groupId>org.owasp</groupId>
 						<artifactId>dependency-check-maven</artifactId>
-						<version>6.1.1</version>
+						<version>6.1.2</version>
 						<executions>
 							<execution>
 								<id>owasp-aggregate</id>