Skip to content

Commit

Permalink
[FLINK-24798][cli] Bump commons-cli to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnVisser authored and AHeise committed Nov 8, 2021
1 parent 08a5969 commit c7ae197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flink-dist/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This project bundles the following dependencies under the Apache Software Licens
- com.ververica:frocksdbjni:6.20.3-ververica-1.0
- com.google.code.findbugs:jsr305:1.3.9
- com.twitter:chill-java:0.7.6
- commons-cli:commons-cli:1.4
- commons-cli:commons-cli:1.5.0
- commons-collections:commons-collections:3.2.2
- commons-io:commons-io:2.11.0
- org.apache.commons:commons-compress:1.21
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ under the License.
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.4</version>
<version>1.5.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit c7ae197

Please sign in to comment.