Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 committed Jan 21, 2024
2 parents 52d39ac + e23873e commit 6d8e360
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/gradle.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const (
gradleExtractorFileName = "build-info-extractor-gradle-%s-uber.jar"
gradleInitScriptTemplate = "gradle.init"
gradleExtractorRemotePath = "org/jfrog/buildinfo/build-info-extractor-gradle/%s"
gradleExtractor4DependencyVersion = "4.33.7"
gradleExtractor5DependencyVersion = "5.1.13"
gradleExtractor4DependencyVersion = "4.33.11"
gradleExtractor5DependencyVersion = "5.1.14"
projectPropertiesFlag = "-P"
systemPropertiesFlag = "-D"
)
Expand Down
2 changes: 1 addition & 1 deletion build/maven.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
classworldsConfFileName = "classworlds.conf"
PropertiesTempFolderName = "properties"
MavenExtractorRemotePath = "org/jfrog/buildinfo/build-info-extractor-maven3/%s"
MavenExtractorDependencyVersion = "2.41.11"
MavenExtractorDependencyVersion = "2.41.12"

ClassworldsConf = `main is org.apache.maven.cli.MavenCli from plexus.core
Expand Down

0 comments on commit 6d8e360

Please sign in to comment.