This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/trunk by this push:
new 7ecff33 Improved: Updates dependencycheck to last version
7ecff33 is described below
commit 7ecff33c2a85b432115c0a5e53709ea40b6bb23a
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Sun Apr 19 11:39:51 2020 +0200
Improved: Updates dependencycheck to last version
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 4a79b4a..7d74769 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,7 +31,7 @@ plugins {
id 'maven-publish'
id 'at.bxm.svntools' version '2.2.1'
id 'org.asciidoctor.convert' version '2.0.0'
- id 'org.owasp.dependencycheck' version '5.2.2' apply false
+ id 'org.owasp.dependencycheck' version '5.3.2' apply false
id 'se.patrikerdes.use-latest-versions' version '0.2.12' apply false
id 'com.github.ben-manes.versions' version '0.27.0' apply false
id "com.github.ManifestClasspath" version "0.1.0-RELEASE"