Skip to content

Commit bfe33eb

Browse files
committed
updating MAVEN_DEP_TREE_VERSION to 1.1.5
1 parent 102c0f1 commit bfe33eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/download-jars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# 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.
1010
GRADLE_DEP_TREE_VERSION="3.0.4"
1111
# Changing this version also requires a change in mavenDepTreeVersion within utils/java/mvn.go.
12-
MAVEN_DEP_TREE_VERSION="1.1.3"
12+
MAVEN_DEP_TREE_VERSION="1.1.5"
1313

1414
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 sca/bom/buildinfo/technologies/java/resources/gradle-dep-tree.jar
1515
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 sca/bom/buildinfo/technologies/java/resources/maven-dep-tree.jar

0 commit comments

Comments
 (0)