This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git
The following commit(s) were added to refs/heads/master by this push:
new 2a5b41a Bump jcommander from 1.78 to 1.81 (#195)
2a5b41a is described below
commit 2a5b41acccfbb04de62824f1375d74c490071343
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 22 13:06:16 2021 -0700
Bump jcommander from 1.78 to 1.81 (#195)
Bumps [jcommander](https://github.com/cbeust/jcommander) from 1.78 to 1.81.
- [Release notes](https://github.com/cbeust/jcommander/releases)
- [Changelog](https://github.com/cbeust/jcommander/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cbeust/jcommander/compare/1.78...1.81)
---
updated-dependencies:
- dependency-name: com.beust:jcommander
dependency-type: direct:production
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7339f7d..15d0512 100644
--- a/pom.xml
+++ b/pom.xml
@@ -545,7 +545,7 @@
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
- <version>1.78</version>
+ <version>1.81</version>
</dependency>
<!-- BEGIN: logger -->