diff --git a/buildscripts/download-jars.sh b/buildscripts/download-jars.sh index 616b7f365..a3d75afe3 100755 --- a/buildscripts/download-jars.sh +++ b/buildscripts/download-jars.sh @@ -9,7 +9,7 @@ # Once you have updated the versions mentioned below, please execute this script from the root directory of the jfrog-cli-core to ensure the JAR files are updated. GRADLE_DEP_TREE_VERSION="3.0.1" # Changing this version also requires a change in mavenDepTreeVersion within xray/commands/audit/sca/java/mvn.go. -MAVEN_DEP_TREE_VERSION="1.0.2" +MAVEN_DEP_TREE_VERSION="1.1.0" curl -fL https://releases.jfrog.io/artifactory/oss-release-local/com/jfrog/gradle-dep-tree/${GRADLE_DEP_TREE_VERSION}/gradle-dep-tree-${GRADLE_DEP_TREE_VERSION}.jar -o xray/commands/audit/sca/java/resources/gradle-dep-tree.jar curl -fL https://releases.jfrog.io/artifactory/oss-release-local/com/jfrog/maven-dep-tree/${MAVEN_DEP_TREE_VERSION}/maven-dep-tree-${MAVEN_DEP_TREE_VERSION}.jar -o xray/commands/audit/sca/java/resources/maven-dep-tree.jar diff --git a/xray/commands/audit/sca/java/resources/maven-dep-tree.jar b/xray/commands/audit/sca/java/resources/maven-dep-tree.jar index 6a99409f1..f8d7ff406 100644 Binary files a/xray/commands/audit/sca/java/resources/maven-dep-tree.jar and b/xray/commands/audit/sca/java/resources/maven-dep-tree.jar differ