Skip to content

Commit

Permalink
Upgrade Extractors version
Browse files Browse the repository at this point in the history
* Upgrade Maven Extractor Version to 2.39.7

* Upgrade gradle Extractor Version to 4.31.7
  • Loading branch information
talarian1 authored Mar 16, 2023
1 parent ff37173 commit a9f6b73
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -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.31.5"
GradleExtractorDependencyVersion = "4.31.7"
)

type GradleModule struct {
Expand Down
5 changes: 3 additions & 2 deletions build/maven.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ import (
"bytes"
"errors"
"fmt"
"github.com/jfrog/build-info-go/utils"
"os"
"os/exec"
"path/filepath"
"strings"

"github.com/jfrog/build-info-go/utils"
)

const (
Expand All @@ -18,7 +19,7 @@ const (
PropertiesTempfolderName = "properties"
MavenExtractorRemotePath = "org/jfrog/buildinfo/build-info-extractor-maven3/%s"
GeneratedBuildInfoTempPrefix = "generatedBuildInfo"
MavenExtractorDependencyVersion = "2.39.5"
MavenExtractorDependencyVersion = "2.39.7"

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

0 comments on commit a9f6b73

Please sign in to comment.