Skip to content

Commit

Permalink
Update Gradle extractor to 5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Aug 28, 2023
1 parent 19b4a42 commit 77a055a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gradle.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
gradleInitScriptTemplate = "gradle.init"
gradleExtractorRemotePath = "org/jfrog/buildinfo/build-info-extractor-gradle/%s"
gradleExtractor4DependencyVersion = "4.32.0"
gradleExtractor5DependencyVersion = "5.1.2"
gradleExtractor5DependencyVersion = "5.1.3"
)

var versionRegex = regexp.MustCompile(`Gradle (\d+\.\d+(?:\.\d+|-\w+-\d+)?)`)
Expand Down

0 comments on commit 77a055a

Please sign in to comment.