We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4208f05 commit 56846bbCopy full SHA for 56846bb
docker/build.gradle
@@ -49,7 +49,7 @@ ext {
49
50
poi_version = "5.2.2"
51
52
- commons_cli_version = '1.8.0'
+ commons_cli_version = '1.11.0'
53
commons_io_version = '2.7'
54
}
55
spark/build.gradle
@@ -55,7 +55,7 @@ ext {
commons_math_version = '3.6.1'
56
commons_text_version = '1.8'
57
commons_validator_version = '1.7'
58
- commons_cli_version = "1.4"
+ commons_cli_version = "1.11.0"
59
60
scala_version = '2.13'
61
spark_version = '3.2.3'
0 commit comments