Skip to content

Commit

Permalink
Update build-info dependencies to 2.38.1 / 4.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Dec 15, 2022
1 parent 09cd42e commit ba85fc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/gradle.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
GradleExtractorFileName = "build-info-extractor-gradle-%s-uber.jar"
gradleInitScriptTemplate = "gradle.init"
GradleExtractorRemotePath = "org/jfrog/buildinfo/build-info-extractor-gradle/%s"
GradleExtractorDependencyVersion = "4.30.0"
GradleExtractorDependencyVersion = "4.30.1"
)

type GradleModule struct {
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 (
PropertiesTempfolderName = "properties"
mavenExtractorRemotePath = "org/jfrog/buildinfo/build-info-extractor-maven3/%s"
GeneratedBuildInfoTempPrefix = "generatedBuildInfo"
MavenExtractorDependencyVersion = "2.38.0"
MavenExtractorDependencyVersion = "2.38.1"

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

0 comments on commit ba85fc6

Please sign in to comment.