This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new 9b900ed691 Bump org.apache.maven.plugin-tools:maven-plugin-tools-java
(#11327)
9b900ed691 is described below
commit 9b900ed69198bd1b2f8746eb622227453a489b3b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 27 14:22:51 2025 +0100
Bump org.apache.maven.plugin-tools:maven-plugin-tools-java (#11327)
Bumps org.apache.maven.plugin-tools:maven-plugin-tools-java from 3.15.1 to
3.15.2.
---
updated-dependencies:
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-tools-java
dependency-version: 3.15.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
its/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/its/pom.xml b/its/pom.xml
index 033c4da22c..96bec01662 100644
--- a/its/pom.xml
+++ b/its/pom.xml
@@ -72,7 +72,7 @@ under the License.
<!-- <maven.compiler.source>8</maven.compiler.source>-->
<!-- <maven.compiler.target>8</maven.compiler.target>-->
- <maven-plugin-tools-version>3.15.1</maven-plugin-tools-version>
+ <maven-plugin-tools-version>3.15.2</maven-plugin-tools-version>
<!-- Maven version being tested - must match the parent project version -->
<maven-version>4.1.0-SNAPSHOT</maven-version>
<!-- Support artifacts version - kept separate from Maven version -->