Skip to content

Commit

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

---
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 Apr 26, 2024
1 parent 55ab5fe commit fff33c3
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.18.3")
mavenComponents("com.gradle:gradle-enterprise-maven-extension:1.18.4")
mavenComponents("com.gradle:common-custom-user-data-maven-extension:1.13")
}

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.6")
compileOnly("org.codehaus.plexus:plexus-component-annotations:2.2.0")
compileOnly("com.gradle:gradle-enterprise-maven-extension:1.18.3")
compileOnly("com.gradle:gradle-enterprise-maven-extension:1.18.4")
}

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

0 comments on commit fff33c3

Please sign in to comment.