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

Commit f327c46

Browse files
authored
deps: update dependency net.sourceforge.argparse4j:argparse4j to v0.9.0 (#417)
[![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-texttospeech).
1 parent e97ad7d commit f327c46

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
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>net.sourceforge.argparse4j</groupId>
3838
<artifactId>argparse4j</artifactId>
39-
<version>0.8.1</version>
39+
<version>0.9.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>junit</groupId>

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>net.sourceforge.argparse4j</groupId>
3636
<artifactId>argparse4j</artifactId>
37-
<version>0.8.1</version>
37+
<version>0.9.0</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>junit</groupId>

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>net.sourceforge.argparse4j</groupId>
4949
<artifactId>argparse4j</artifactId>
50-
<version>0.8.1</version>
50+
<version>0.9.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>junit</groupId>

0 commit comments

Comments
 (0)