You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by za...@apache.org on 2021/05/21 08:34:48 UTC

[calcite] branch master updated: [CALCITE-4613] OWASP dependency-check tasks fail due to missing resources

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fd6ffc9  [CALCITE-4613] OWASP dependency-check tasks fail due to missing resources
fd6ffc9 is described below

commit fd6ffc901ef28bf8408cca28b57eba9f8a204749
Author: Stamatis Zampetakis <za...@gmail.com>
AuthorDate: Wed May 19 17:52:17 2021 +0200

    [CALCITE-4613] OWASP dependency-check tasks fail due to missing resources
    
    Update org.owasp.dependencycheck.version to 6.1.6 to resolve the
    problem with the obsolete resource URL.
    
    Update com.github.burrunan.s3-build-cache.version to 1.2 to avoid
    jackson dependency conflict.
---
 gradle.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 6255b6b..a3aff3d 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -46,7 +46,7 @@ calcite.avatica.version=1.17.0
 com.autonomousapps.dependency-analysis.version=0.71.0
 org.checkerframework.version=0.5.16
 com.github.autostyle.version=3.0
-com.github.burrunan.s3-build-cache.version=1.1
+com.github.burrunan.s3-build-cache.version=1.2
 com.github.johnrengelman.shadow.version=5.1.0
 com.github.spotbugs.version=2.0.0
 com.github.vlsi.vlsi-release-plugins.version=1.72
@@ -57,7 +57,7 @@ net.ltgt.errorprone.version=1.3.0
 me.champeau.gradle.jmh.version=0.5.0
 org.jetbrains.gradle.plugin.idea-ext.version=0.5
 org.nosphere.apache.rat.version=0.7.0
-org.owasp.dependencycheck.version=5.2.2
+org.owasp.dependencycheck.version=6.1.6
 
 # TODO
 # error_prone_core.version=2.3.3