File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/capture-build-scan-url-maven-extension Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies {
41
41
argbash(" argbash:argbash:2.10.0@zip" )
42
42
commonComponents(project(path = " :fetch-build-scan-data-cmdline-tool" , configuration = " shadow" ))
43
43
mavenComponents(project(" :capture-build-scan-url-maven-extension" ))
44
- mavenComponents(" com.gradle:gradle-enterprise-maven-extension:1.12.2 " )
44
+ mavenComponents(" com.gradle:gradle-enterprise-maven-extension:1.12.3 " )
45
45
mavenComponents(" com.gradle:common-custom-user-data-maven-extension:1.10" )
46
46
}
47
47
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
9
9
dependencies {
10
10
compileOnly(" org.apache.maven:maven-core:3.8.4" )
11
11
compileOnly(" org.codehaus.plexus:plexus-component-annotations:2.1.1" )
12
- compileOnly(" com.gradle:gradle-enterprise-maven-extension:1.12.2 " )
12
+ compileOnly(" com.gradle:gradle-enterprise-maven-extension:1.12.3 " )
13
13
}
14
14
15
15
description = " Maven extension to capture the build scan URL"
You can’t perform that action at this time.
0 commit comments