Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit ea40b48

Browse files
authored
deps: update dependency net.sourceforge.argparse4j:argparse4j to v0.9.0 (#455)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [net.sourceforge.argparse4j:argparse4j](https://argparse4j.github.io) | `0.8.1` -> `0.9.0` | [![age](https://badges.renovateapi.com/packages/maven/net.sourceforge.argparse4j:argparse4j/0.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/net.sourceforge.argparse4j:argparse4j/0.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/net.sourceforge.argparse4j:argparse4j/0.9.0/compatibility-slim/0.8.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/net.sourceforge.argparse4j:argparse4j/0.9.0/confidence-slim/0.8.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-vision).
1 parent 6c1af57 commit ea40b48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>net.sourceforge.argparse4j</groupId>
4242
<artifactId>argparse4j</artifactId>
43-
<version>0.8.1</version>
43+
<version>0.9.0</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.apache.commons</groupId>

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>net.sourceforge.argparse4j</groupId>
4242
<artifactId>argparse4j</artifactId>
43-
<version>0.8.1</version>
43+
<version>0.9.0</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.apache.commons</groupId>

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>net.sourceforge.argparse4j</groupId>
5252
<artifactId>argparse4j</artifactId>
53-
<version>0.8.1</version>
53+
<version>0.9.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)