This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/main by this push:
new 690091f Bump info.picocli:picocli from 4.7.6 to 4.7.7 (#270)
690091f is described below
commit 690091fa143836cf99cd5279d116e54645d3a979
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 21 09:43:53 2025 +0200
Bump info.picocli:picocli from 4.7.6 to 4.7.7 (#270)
Bumps [info.picocli:picocli](https://github.com/remkop/picocli) from 4.7.6
to 4.7.7.
- [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.7.6...v4.7.7)
---
updated-dependencies:
- dependency-name: info.picocli:picocli
dependency-version: 4.7.7
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>
---
opennlp-grpc/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opennlp-grpc/pom.xml b/opennlp-grpc/pom.xml
index aa27d91..da17270 100644
--- a/opennlp-grpc/pom.xml
+++ b/opennlp-grpc/pom.xml
@@ -39,7 +39,7 @@
<properties>
<grpc.version>1.72.0</grpc.version>
- <picocli.version>4.7.6</picocli.version>
+ <picocli.version>4.7.7</picocli.version>
<junit5-system-exit.version>2.0.2</junit5-system-exit.version>
<awaitility.version>4.3.0</awaitility.version>
</properties>