Skip to content

Commit eb13903

Browse files
authored
Upgrade maven and gradle extractors (#117)
1 parent bcb7fe2 commit eb13903

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

artifactory/commands/gradle/gradle.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"github.com/jfrog/jfrog-client-go/utils/log"
2020
)
2121

22-
const gradleExtractorDependencyVersion = "4.23.0"
22+
const gradleExtractorDependencyVersion = "4.23.1"
2323

2424
// Deprecated. This version is the latest published in JCenter.
2525
const gradleExtractorDependencyJCenterVersion = "4.21.0"

artifactory/commands/mvn/mvn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"github.com/spf13/viper"
2121
)
2222

23-
const mavenExtractorDependencyVersion = "2.25.0"
23+
const mavenExtractorDependencyVersion = "2.25.1"
2424

2525
// Deprecated. This version is the latest published in JCenter.
2626
const mavenExtractorDependencyJCenterVersion = "2.23.0"

0 commit comments

Comments
 (0)