Skip to content

Commit

Permalink
Update build-info dependencies to 2.37.2 / 4.29.2 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi authored Oct 19, 2022
1 parent ab4690a commit dab1ff0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/gradle.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (
GradleExtractorFileName = "build-info-extractor-gradle-%s-uber.jar"
gradleInitScriptTemplate = "gradle.init"
GradleExtractorRemotePath = "org/jfrog/buildinfo/build-info-extractor-gradle/%s"
GradleExtractorDependencyVersion = "4.28.2"
GradleExtractorDependencyVersion = "4.29.2"
)

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 @@ -21,7 +21,7 @@ const (
PropertiesTempfolderName = "properties"
mavenExtractorRemotePath = "org/jfrog/buildinfo/build-info-extractor-maven3/%s"
GeneratedBuildInfoTempPrefix = "generatedBuildInfo"
MavenExtractorDependencyVersion = "2.36.2"
MavenExtractorDependencyVersion = "2.37.2"

ClassworldsConf = `main is org.apache.maven.cli.MavenCli from plexus.core
Expand Down
23 changes: 22 additions & 1 deletion build/testdata/maven/expected_maven_buildinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@
"maven.compiler.target": "1.8",
"project.build.sourceEncoding": "UTF-8"
},
"id": "org.jfrog.test:multi2:3.7-SNAPSHOT"
"id": "org.jfrog.test:multi2:3.7-SNAPSHOT",
"artifacts": [
{
"name": "multi2-3.7-SNAPSHOT.pom",
"type": "pom",
"path": "org/jfrog/test/multi2/3.7-SNAPSHOT"
}
]
},
{
"type": "maven",
Expand All @@ -22,6 +29,13 @@
"project.build.sourceEncoding": "UTF-8"
},
"id": "org.jfrog.test:multi1:3.7-SNAPSHOT",
"artifacts": [
{
"name": "multi1-3.7-SNAPSHOT.pom",
"type": "pom",
"path": "org/jfrog/test/multi1/3.7-SNAPSHOT"
}
],
"dependencies": [
{
"id": "org.apache.commons:commons-email:1.1",
Expand Down Expand Up @@ -220,6 +234,13 @@
"project.build.sourceEncoding": "UTF-8"
},
"id": "org.jfrog.test:multi3:3.7-SNAPSHOT",
"artifacts": [
{
"name": "multi3-3.7-SNAPSHOT.pom",
"type": "pom",
"path": "org/jfrog/test/multi3/3.7-SNAPSHOT"
}
],
"dependencies": [
{
"id": "org.springframework:spring-beans:2.5.6",
Expand Down

0 comments on commit dab1ff0

Please sign in to comment.