We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb7fe2 commit eb13903Copy full SHA for eb13903
artifactory/commands/gradle/gradle.go
@@ -19,7 +19,7 @@ import (
19
"github.com/jfrog/jfrog-client-go/utils/log"
20
)
21
22
-const gradleExtractorDependencyVersion = "4.23.0"
+const gradleExtractorDependencyVersion = "4.23.1"
23
24
// Deprecated. This version is the latest published in JCenter.
25
const gradleExtractorDependencyJCenterVersion = "4.21.0"
artifactory/commands/mvn/mvn.go
@@ -20,7 +20,7 @@ import (
"github.com/spf13/viper"
-const mavenExtractorDependencyVersion = "2.25.0"
+const mavenExtractorDependencyVersion = "2.25.1"
26
const mavenExtractorDependencyJCenterVersion = "2.23.0"
0 commit comments