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:
renovate[bot] 2024-01-10 17:21:10 -08:00 committed by GitHub
parent 69c749994e
commit a1e01077da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,11 +17,11 @@ otelJava {
dependencies {
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")
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.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.slf4j:slf4j-simple")
}