Skip to content

Commit

Permalink
Bump com.gradle:gradle-enterprise-maven-extension from 1.16.0 to 1.16.6
Browse files Browse the repository at this point in the history
Bumps com.gradle:gradle-enterprise-maven-extension from 1.16.0 to 1.16.6.

---
updated-dependencies:
- dependency-name: com.gradle:gradle-enterprise-maven-extension
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent ed1cfd4 commit fa1ce47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
argbash("argbash:argbash:2.10.0@zip")
commonComponents(project(path = ":fetch-build-scan-data-cmdline-tool", configuration = "shadow"))
mavenComponents(project(":configure-gradle-enterprise-maven-extension"))
mavenComponents("com.gradle:gradle-enterprise-maven-extension:1.16.0")
mavenComponents("com.gradle:gradle-enterprise-maven-extension:1.16.6")
mavenComponents("com.gradle:common-custom-user-data-maven-extension:1.12.2")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
dependencies {
compileOnly("org.apache.maven:maven-core:3.9.3")
compileOnly("org.codehaus.plexus:plexus-component-annotations:2.1.1")
compileOnly("com.gradle:gradle-enterprise-maven-extension:1.17.4")
compileOnly("com.gradle:gradle-enterprise-maven-extension:1.16.6")
}

description = "Maven extension to capture the build scan URL"
Expand Down

0 comments on commit fa1ce47

Please sign in to comment.