@@ -20,7 +20,7 @@ esplugin {
2020}
2121
2222versions << [
23- ' hadoop' : ' 3.3.3 '
23+ ' hadoop' : ' 3.4.1 '
2424]
2525
2626configurations {
@@ -42,9 +42,9 @@ dependencies {
4242 api " com.google.protobuf:protobuf-java:${ versions.protobuf} "
4343 api " commons-logging:commons-logging:${ versions.commonslogging} "
4444 api " org.apache.logging.log4j:log4j-1.2-api:${ versions.log4j} "
45- api ' commons-cli:commons-cli:1.2 '
45+ api ' commons-cli:commons-cli:1.5.0 '
4646 api " commons-codec:commons-codec:${ versions.commonscodec} "
47- api ' commons-io:commons-io:2.8.0 '
47+ api ' commons-io:commons-io:2.16.1 '
4848 api ' org.apache.commons:commons-lang3:3.11'
4949 api ' javax.servlet:javax.servlet-api:3.1.0'
5050 api " org.slf4j:slf4j-api:${ versions.slf4j} "
@@ -58,14 +58,14 @@ dependencies {
5858 javaRestTestImplementation project(' :test:fixtures:krb5kdc-fixture' )
5959 javaRestTestImplementation " org.slf4j:slf4j-api:${ versions.slf4j} "
6060 javaRestTestRuntimeOnly " com.google.guava:guava:16.0.1"
61- javaRestTestRuntimeOnly " commons-cli:commons-cli:1.2 "
61+ javaRestTestRuntimeOnly " commons-cli:commons-cli:1.5.0 "
6262 javaRestTestRuntimeOnly " org.apache.logging.log4j:log4j-1.2-api:${ versions.log4j} "
6363
6464 yamlRestTestCompileOnly(project(' :test:fixtures:hdfs-fixture' ))
6565 yamlRestTestImplementation project(' :test:fixtures:krb5kdc-fixture' )
6666 yamlRestTestImplementation " org.slf4j:slf4j-api:${ versions.slf4j} "
6767 yamlRestTestRuntimeOnly " com.google.guava:guava:16.0.1"
68- yamlRestTestRuntimeOnly " commons-cli:commons-cli:1.2 "
68+ yamlRestTestRuntimeOnly " commons-cli:commons-cli:1.5.0 "
6969 yamlRestTestRuntimeOnly " org.apache.logging.log4j:log4j-1.2-api:${ versions.log4j} "
7070
7171 hdfsFixture2 project(path : ' :test:fixtures:hdfs-fixture' , configuration : ' shadowedHdfs2' )
@@ -178,7 +178,6 @@ tasks.named("thirdPartyAudit").configure {
178178 ' org.apache.hadoop.thirdparty.com.google.common.hash.LittleEndianByteArray$UnsafeByteArray' ,
179179 ' org.apache.hadoop.thirdparty.com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$1' ,
180180 ' org.apache.hadoop.thirdparty.com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$2' ,
181- ' org.apache.hadoop.thirdparty.com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$3' ,
182181 ' org.apache.hadoop.thirdparty.com.google.common.hash.Striped64' ,
183182 ' org.apache.hadoop.thirdparty.com.google.common.hash.Striped64$1' ,
184183 ' org.apache.hadoop.thirdparty.com.google.common.hash.Striped64$Cell' ,
@@ -189,6 +188,9 @@ tasks.named("thirdPartyAudit").configure {
189188 ' org.apache.hadoop.thirdparty.protobuf.UnsafeUtil' ,
190189 ' org.apache.hadoop.thirdparty.protobuf.UnsafeUtil$1' ,
191190 ' org.apache.hadoop.thirdparty.protobuf.UnsafeUtil$JvmMemoryAccessor' ,
192- ' org.apache.hadoop.thirdparty.protobuf.UnsafeUtil$MemoryAccessor'
191+ ' org.apache.hadoop.thirdparty.protobuf.UnsafeUtil$MemoryAccessor' ,
192+ ' org.apache.hadoop.thirdparty.protobuf.MessageSchema' ,
193+ ' org.apache.hadoop.thirdparty.protobuf.UnsafeUtil$Android32MemoryAccessor' ,
194+ ' org.apache.hadoop.thirdparty.protobuf.UnsafeUtil$Android64MemoryAccessor'
193195 )
194196}
0 commit comments