This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 616aaf3 Bump modello-maven-plugin from 2.0.0 to 2.1.1
616aaf3 is described below
commit 616aaf36849c6fa346557a5f78be9cab1c6fb523
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 20 04:01:14 2023 +0000
Bump modello-maven-plugin from 2.0.0 to 2.1.1
Bumps [modello-maven-plugin](https://github.com/codehaus-plexus/modello)
from 2.0.0 to 2.1.1.
- [Release notes](https://github.com/codehaus-plexus/modello/releases)
-
[Commits](https://github.com/codehaus-plexus/modello/compare/modello-2.0.0...modello-2.1.1)
---
updated-dependencies:
- dependency-name: org.codehaus.modello:modello-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 245199f..f5264f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1013,7 +1013,7 @@ under the License.
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
- <version>2.0.0</version>
+ <version>2.1.1</version>
</plugin>
<!-- site publishing configuration -->
<plugin>