This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/master by this push:
new f94464fe Bump info.picocli:picocli-codegen from 4.5.2 to 4.7.6 (#988)
f94464fe is described below
commit f94464fe299d2281194e832c2cbbf869ff07d67b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 22 15:37:07 2024 +0200
Bump info.picocli:picocli-codegen from 4.5.2 to 4.7.6 (#988)
Bumps [info.picocli:picocli-codegen](https://github.com/remkop/picocli)
from 4.5.2 to 4.7.6.
- [Release notes](https://github.com/remkop/picocli/releases)
- [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md)
- [Commits](https://github.com/remkop/picocli/compare/v4.5.2...v4.7.6)
---
updated-dependencies:
- dependency-name: info.picocli:picocli-codegen
dependency-type: direct:development
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>
---
native/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/native/pom.xml b/native/pom.xml
index 09de6019..63032e03 100644
--- a/native/pom.xml
+++ b/native/pom.xml
@@ -29,7 +29,7 @@
<name>Maven Daemon - Native Library</name>
<properties>
- <picocli.version>4.5.2</picocli.version>
+ <picocli.version>4.7.6</picocli.version>
</properties>
<dependencies>