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

Commit 563c35e

Browse files
authored
deps: update dependency commons-cli:commons-cli to v1.5.0 (#716)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [commons-cli:commons-cli](https://commons.apache.org/proper/commons-cli/) ([source](https://gitbox.apache.org/repos/asf?p=commons-cli)) | `1.4` -> `1.5.0` | [![age](https://badges.renovateapi.com/packages/maven/commons-cli:commons-cli/1.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/commons-cli:commons-cli/1.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/commons-cli:commons-cli/1.5.0/compatibility-slim/1.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/commons-cli:commons-cli/1.5.0/confidence-slim/1.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- 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-monitoring).
1 parent 81670cf commit 563c35e

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>commons-cli</groupId>
3838
<artifactId>commons-cli</artifactId>
39-
<version>1.4</version>
39+
<version>1.5.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.google.protobuf</groupId>

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>commons-cli</groupId>
3636
<artifactId>commons-cli</artifactId>
37-
<version>1.4</version>
37+
<version>1.5.0</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>com.google.protobuf</groupId>

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>commons-cli</groupId>
4848
<artifactId>commons-cli</artifactId>
49-
<version>1.4</version>
49+
<version>1.5.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.google.protobuf</groupId>

0 commit comments

Comments
 (0)