Skip to content

Commit

Permalink
ORC-1522: Bump commons-cli to 1.6.0
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

The pr aims to upgrade `commons-text` to `1.11.0`.

### Why are the changes needed?

Release Note
- https://commons.apache.org/proper/commons-text/changes-report.html#a1.11.0

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?
Pass GA.

Closes #1643 from dependabot[bot]/dependabot/maven/java/commons-cli-commons-cli-1.6.0.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
dependabot[bot] authored and dongjoon-hyun committed Oct 31, 2023
1 parent b22e0d2 commit e8743f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/bench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>io.airlift</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit e8743f4

Please sign in to comment.