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 {
17
17
dependencies {
18
18
implementation(" org.apache.maven:maven-plugin-api:3.5.0" ) // do not auto-update this version
19
19
implementation(" org.apache.maven:maven-project:2.2.1" )
20
- compileOnly(" org.apache.maven.plugin-tools:maven-plugin-annotations:3.11 .0" )
20
+ compileOnly(" org.apache.maven.plugin-tools:maven-plugin-annotations:3.12 .0" )
21
21
compileOnly(" org.apache.maven:maven-core:3.5.0" ) // do not auto-update this version
22
22
compileOnly(" org.slf4j:slf4j-api" )
23
23
24
- testImplementation(" org.apache.maven.plugin-tools:maven-plugin-annotations:3.11 .0" )
24
+ testImplementation(" org.apache.maven.plugin-tools:maven-plugin-annotations:3.12 .0" )
25
25
testImplementation(" org.apache.maven:maven-core:3.5.0" )
26
26
testImplementation(" org.slf4j:slf4j-simple" )
27
27
}
You can’t perform that action at this time.
0 commit comments