diff --git a/python-embed-maven-plugin/build.gradle b/python-embed-maven-plugin/build.gradle index f393ed0..6ba3b75 100644 --- a/python-embed-maven-plugin/build.gradle +++ b/python-embed-maven-plugin/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation "io.github.howtis:python-embed-build-common:${project.findProperty('releaseVersion') ?: '1.0.2'}" implementation 'org.apache.maven:maven-plugin-api:3.9.9' implementation 'org.apache.maven:maven-core:3.9.9' - implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.1' + implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.2' testImplementation platform('org.junit:junit-bom:5.11.4') testImplementation 'org.junit.jupiter:junit-jupiter'