This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch mvnd-1.x
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/mvnd-1.x by this push:
new e81f1e8d Bump org.codehaus.mojo:exec-maven-plugin from 3.4.0 to 3.4.1
(#1095)
e81f1e8d is described below
commit e81f1e8d4c56a4aac4fa4fa91253822d11fa9654
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 13 20:35:57 2024 +0200
Bump org.codehaus.mojo:exec-maven-plugin from 3.4.0 to 3.4.1 (#1095)
Bumps
[org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin)
from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.4.0...3.4.1)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-maven-plugin
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9b61e0d3..0b61501f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -491,7 +491,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.4.1</version>
</plugin>
</plugins>
</pluginManagement>