Skip to content

Commit fcfaa16

Browse files
authored
Update maven-dep-tree and gradle-dep-tree dependencies (#570)
1 parent a226edb commit fcfaa16

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

buildscripts/download-jars.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
# https://github.com/jfrog/maven-dep-tree
88

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.
10-
GRADLE_DEP_TREE_VERSION="3.0.2"
10+
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.1"
12+
MAVEN_DEP_TREE_VERSION="1.1.3"
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

sca/bom/buildinfo/technologies/java/mvn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const (
2828
mavenDepTreeJarFile = "maven-dep-tree.jar"
2929
mavenDepTreeOutputFile = "mavendeptree.out"
3030
// Changing this version also requires a change in MAVEN_DEP_TREE_VERSION within buildscripts/download_jars.sh
31-
mavenDepTreeVersion = "1.1.1"
31+
mavenDepTreeVersion = "1.1.3"
3232
settingsXmlFile = "settings.xml"
3333
)
3434

34 Bytes
Binary file not shown.
10 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)