Skip to content

Commit

Permalink
Update dependency org.apache.maven.plugin-tools:maven-plugin-annotati…
Browse files Browse the repository at this point in the history
…ons to v3.10.1 (#1086)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent 066a16e commit c0b35d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static-instrumenter/maven-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0")
compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations:3.10.1")
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.9.0")
testImplementation("org.apache.maven.plugin-tools:maven-plugin-annotations:3.10.1")
testImplementation("org.apache.maven:maven-core:3.5.0")
testImplementation("org.slf4j:slf4j-simple")
}
Expand Down

0 comments on commit c0b35d7

Please sign in to comment.