File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
static-instrumenter/maven-plugin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ otelJava {
1717dependencies {
1818 implementation(" org.apache.maven:maven-plugin-api:3.5.0" ) // do not auto-update this version
1919 implementation(" org.apache.maven:maven-project:2.2.1" )
20- compileOnly(" org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.0 " )
20+ compileOnly(" org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.1 " )
2121 compileOnly(" org.apache.maven:maven-core:3.5.0" ) // do not auto-update this version
2222 compileOnly(" org.slf4j:slf4j-api" )
2323
24- testImplementation(" org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.0 " )
24+ testImplementation(" org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.1 " )
2525 testImplementation(" org.apache.maven:maven-core:3.5.0" )
2626 testImplementation(" org.slf4j:slf4j-simple" )
2727}
You can’t perform that action at this time.
0 commit comments