Update dependency org.apache.maven.plugin-tools:maven-plugin-annotations to v3.11.0 (#1154)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
69c749994e
commit
a1e01077da
|
|
@ -17,11 +17,11 @@ otelJava {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.apache.maven:maven-plugin-api:3.5.0") // do not auto-update this version
|
implementation("org.apache.maven:maven-plugin-api:3.5.0") // do not auto-update this version
|
||||||
implementation("org.apache.maven:maven-project:2.2.1")
|
implementation("org.apache.maven:maven-project:2.2.1")
|
||||||
compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations:3.10.2")
|
compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations:3.11.0")
|
||||||
compileOnly("org.apache.maven:maven-core:3.5.0") // do not auto-update this version
|
compileOnly("org.apache.maven:maven-core:3.5.0") // do not auto-update this version
|
||||||
compileOnly("org.slf4j:slf4j-api")
|
compileOnly("org.slf4j:slf4j-api")
|
||||||
|
|
||||||
testImplementation("org.apache.maven.plugin-tools:maven-plugin-annotations:3.10.2")
|
testImplementation("org.apache.maven.plugin-tools:maven-plugin-annotations:3.11.0")
|
||||||
testImplementation("org.apache.maven:maven-core:3.5.0")
|
testImplementation("org.apache.maven:maven-core:3.5.0")
|
||||||
testImplementation("org.slf4j:slf4j-simple")
|
testImplementation("org.slf4j:slf4j-simple")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue