This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new da07dda Bump exec-maven-plugin from 1.6.0 to 3.0.0 (#590)
da07dda is described below
commit da07dda4dfd628e639adbcc9f10ef31dfb05a8b6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 3 10:23:52 2022 -0400
Bump exec-maven-plugin from 1.6.0 to 3.0.0 (#590)
Bumps [exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin)
from 1.6.0 to 3.0.0.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/exec-maven-plugin/compare/exec-maven-plugin-1.6.0...exec-maven-plugin-3.0.0)
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 8aecdeb..f169a2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1037,7 +1037,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>1.6.0</version>
+ <version>3.0.0</version>
<executions>
<execution>
<id>benchmark</id>