This is an automated email from the ASF dual-hosted git repository.
chenzhida pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new 4be655dc8 Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.2
(#5011)
4be655dc8 is described below
commit 4be655dc89e66e74a65f8343dba1f39a33946de9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 6 09:45:18 2025 +0800
Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.2 (#5011)
Bumps
[org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin)
from 3.5.1 to 3.6.2.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.5.1...3.6.2)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-maven-plugin
dependency-version: 3.6.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c56b67fa3..d48f535b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
<dependency-check-maven-plugin.version>12.1.3</dependency-check-maven-plugin.version>
<docker-maven-plugin.version>0.46.0</docker-maven-plugin.version>
- <exec-maven-plugin.version>3.5.1</exec-maven-plugin.version>
+ <exec-maven-plugin.version>3.6.2</exec-maven-plugin.version>
<gpg-maven-plugin.version>3.2.8</gpg-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
<javadoc-maven-plugin.version>3.12.0</javadoc-maven-plugin.version>