Skip to content

Commit 4e055c8

Browse files
Update dependency commons-cli:commons-cli to v1.10.0
1 parent 7fe0467 commit 4e055c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ext {
4949

5050
poi_version = "5.2.2"
5151

52-
commons_cli_version = '1.8.0'
52+
commons_cli_version = '1.10.0'
5353
commons_io_version = '2.7'
5454
}
5555

spark/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ext {
5555
commons_math_version = '3.6.1'
5656
commons_text_version = '1.8'
5757
commons_validator_version = '1.7'
58-
commons_cli_version = "1.4"
58+
commons_cli_version = "1.10.0"
5959

6060
scala_version = '2.13'
6161
spark_version = '3.2.3'

0 commit comments

Comments
 (0)