From 90c1aedb3a4b30ac16d10c879b7073dd4b93411d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 04:15:25 +0000 Subject: [PATCH] build(deps): bump org.apache.maven.plugin-tools:maven-plugin-annotations Bumps [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.15.1 to 3.15.2. - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.15.1...maven-plugin-tools-3.15.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations dependency-version: 3.15.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python-embed-maven-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'