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/04/01 08:22:40 UTC

[isis] branch master updated: Bump dependency-check-maven from 6.1.4 to 6.1.5

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b48e5a  Bump dependency-check-maven from 6.1.4 to 6.1.5
3b48e5a is described below

commit 3b48e5ab33f71f1b0c3f68488d023cfe22bff918
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Apr 1 06:24:07 2021 +0000

    Bump dependency-check-maven from 6.1.4 to 6.1.5
    
    Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 6.1.4 to 6.1.5.
    - [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.4...v6.1.5)
    
    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 bac7ead..aed95e9 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.4</version>
+						<version>6.1.5</version>
 						<executions>
 							<execution>
 								<id>owasp-aggregate</id>