@@ -19,7 +19,7 @@ esplugin {
1919}
2020
2121versions << [
22- ' hadoop' : ' 3.3.3 '
22+ ' hadoop' : ' 3.4.1 '
2323]
2424
2525configurations {
@@ -41,9 +41,9 @@ dependencies {
4141 api " com.google.protobuf:protobuf-java:${ versions.protobuf} "
4242 api " commons-logging:commons-logging:${ versions.commonslogging} "
4343 api " org.apache.logging.log4j:log4j-1.2-api:${ versions.log4j} "
44- api ' commons-cli:commons-cli:1.2 '
44+ api ' commons-cli:commons-cli:1.5.0 '
4545 api " commons-codec:commons-codec:${ versions.commonscodec} "
46- api ' commons-io:commons-io:2.8.0 '
46+ api ' commons-io:commons-io:2.16.1 '
4747 api ' org.apache.commons:commons-lang3:3.11'
4848 api ' javax.servlet:javax.servlet-api:3.1.0'
4949 api " org.slf4j:slf4j-api:${ versions.slf4j} "
@@ -57,14 +57,14 @@ dependencies {
5757 javaRestTestImplementation project(' :test:fixtures:krb5kdc-fixture' )
5858 javaRestTestImplementation " org.slf4j:slf4j-api:${ versions.slf4j} "
5959 javaRestTestRuntimeOnly " com.google.guava:guava:16.0.1"
60- javaRestTestRuntimeOnly " commons-cli:commons-cli:1.2 "
60+ javaRestTestRuntimeOnly " commons-cli:commons-cli:1.5.0 "
6161 javaRestTestRuntimeOnly " org.apache.logging.log4j:log4j-1.2-api:${ versions.log4j} "
6262
6363 yamlRestTestCompileOnly(project(' :test:fixtures:hdfs-fixture' ))
6464 yamlRestTestImplementation project(' :test:fixtures:krb5kdc-fixture' )
6565 yamlRestTestImplementation " org.slf4j:slf4j-api:${ versions.slf4j} "
6666 yamlRestTestRuntimeOnly " com.google.guava:guava:16.0.1"
67- yamlRestTestRuntimeOnly " commons-cli:commons-cli:1.2 "
67+ yamlRestTestRuntimeOnly " commons-cli:commons-cli:1.5.0 "
6868 yamlRestTestRuntimeOnly " org.apache.logging.log4j:log4j-1.2-api:${ versions.log4j} "
6969
7070 hdfsFixture2 project(path : ' :test:fixtures:hdfs-fixture' , configuration : ' shadowedHdfs2' )
@@ -177,7 +177,6 @@ tasks.named("thirdPartyAudit").configure {
177177 ' org.apache.hadoop.thirdparty.com.google.common.hash.LittleEndianByteArray$UnsafeByteArray' ,
178178 ' org.apache.hadoop.thirdparty.com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$1' ,
179179 ' org.apache.hadoop.thirdparty.com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$2' ,
180- ' org.apache.hadoop.thirdparty.com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$3' ,
181180 ' org.apache.hadoop.thirdparty.com.google.common.hash.Striped64' ,
182181 ' org.apache.hadoop.thirdparty.com.google.common.hash.Striped64$1' ,
183182 ' org.apache.hadoop.thirdparty.com.google.common.hash.Striped64$Cell' ,
@@ -188,6 +187,9 @@ tasks.named("thirdPartyAudit").configure {
188187 ' org.apache.hadoop.thirdparty.protobuf.UnsafeUtil' ,
189188 ' org.apache.hadoop.thirdparty.protobuf.UnsafeUtil$1' ,
190189 ' org.apache.hadoop.thirdparty.protobuf.UnsafeUtil$JvmMemoryAccessor' ,
191- ' org.apache.hadoop.thirdparty.protobuf.UnsafeUtil$MemoryAccessor'
190+ ' org.apache.hadoop.thirdparty.protobuf.UnsafeUtil$MemoryAccessor' ,
191+ ' org.apache.hadoop.thirdparty.protobuf.MessageSchema' ,
192+ ' org.apache.hadoop.thirdparty.protobuf.UnsafeUtil$Android32MemoryAccessor' ,
193+ ' org.apache.hadoop.thirdparty.protobuf.UnsafeUtil$Android64MemoryAccessor'
192194 )
193195}
0 commit comments