File tree Expand file tree Collapse file tree
sample/gradle-producer-build Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ mavenPluginTools-api = { module = "org.apache.maven.plugin-tools:maven-plugin-to
88mavenPluginTools-annotations = { module = " org.apache.maven.plugin-tools:maven-plugin-tools-annotations" }
99mavenPluginTools-java = { module = " org.apache.maven.plugin-tools:maven-plugin-tools-java" }
1010mavenPluginTools-generators = { module = " org.apache.maven.plugin-tools:maven-plugin-tools-generators" }
11- mavenPlugin-api = { module = " org.apache.maven:maven-plugin-api" , version = " 3.9.12 " }
11+ mavenPlugin-api = { module = " org.apache.maven:maven-plugin-api" , version = " 3.9.13 " }
1212sisu-injectPlexus = { module = " org.sonatype.sisu:sisu-inject-plexus" , version = " 2.6.0" }
1313plexus-velocity = { module = " org.codehaus.plexus:plexus-velocity" , version = " 2.3.0" }
1414qdox = { module = " com.thoughtworks.qdox:qdox" , version = { require = " 2.0-M9" , prefer = " 2.0.0" } }
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ repositories {
3131
3232dependencies {
3333 // required dependencies for building a Maven Plugin
34- implementation(" org.apache.maven:maven-plugin-api:3.9.12 " )
34+ implementation(" org.apache.maven:maven-plugin-api:3.9.13 " )
3535 // annotations are only needed at compile time
3636 compileOnly(" org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.2" )
3737}
You can’t perform that action at this time.
0 commit comments