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 @@ -14,11 +14,11 @@ base.archivesName.set("static-instrumentation-maven-plugin")
1414dependencies {
1515 implementation(" org.apache.maven:maven-plugin-api:3.5.0" ) // do not auto-update this version
1616 implementation(" org.apache.maven:maven-project:2.2.1" )
17- compileOnly(" org.apache.maven.plugin-tools:maven-plugin-annotations:3.8.1 " )
17+ compileOnly(" org.apache.maven.plugin-tools:maven-plugin-annotations:3.8.2 " )
1818 compileOnly(" org.apache.maven:maven-core:3.5.0" ) // do not auto-update this version
1919 compileOnly(" org.slf4j:slf4j-api" )
2020
21- testImplementation(" org.apache.maven.plugin-tools:maven-plugin-annotations:3.8.1 " )
21+ testImplementation(" org.apache.maven.plugin-tools:maven-plugin-annotations:3.8.2 " )
2222 testImplementation(" org.apache.maven:maven-core:3.5.0" )
2323 testImplementation(" org.slf4j:slf4j-simple" )
2424}
You can’t perform that action at this time.
0 commit comments