This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch mvn3912 in repository https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git
commit 3d574b42d66cc870db9212ac4c58e3904fc69370 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Dec 21 15:08:49 2025 +0100 Bump Maven dependencies to 3.9.12 --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1cabb71..b528b66 100644 --- a/pom.xml +++ b/pom.xml @@ -68,8 +68,10 @@ under the License. <properties> <javaVersion>8</javaVersion> - <mavenVersion>3.9.11</mavenVersion> + <mavenVersion>3.9.12</mavenVersion> <project.build.outputTimestamp>2024-04-18T00:34:08Z</project.build.outputTimestamp> + + <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin> </properties> <dependencies>
