This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch maven-compiler-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/maven-compiler-plugin-3.x by
this push:
new 0b76ccd Bump mavenVersion from 3.9.9 to 3.9.10
0b76ccd is described below
commit 0b76ccde1c7cdd09ab52a2e38e5add6ac2baf57c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 6 14:46:14 2025 +0000
Bump mavenVersion from 3.9.9 to 3.9.10
Bumps `mavenVersion` from 3.9.9 to 3.9.10.
Updates `org.apache.maven:maven-plugin-api` from 3.9.9 to 3.9.10
- [Release notes](https://github.com/apache/maven/releases)
-
[Commits](https://github.com/apache/maven/compare/maven-3.9.9...maven-3.9.10)
Updates `org.apache.maven:maven-artifact` from 3.9.9 to 3.9.10
Updates `org.apache.maven:maven-core` from 3.9.9 to 3.9.10
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-plugin-api
dependency-version: 3.9.10
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-artifact
dependency-version: 3.9.10
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-core
dependency-version: 3.9.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7f03e6d..0cdd928 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@ under the License.
</distributionManagement>
<properties>
- <mavenVersion>3.9.9</mavenVersion>
+ <mavenVersion>3.9.10</mavenVersion>
<plexusCompilerVersion>2.15.0</plexusCompilerVersion>
<groovyVersion>2.4.21</groovyVersion>