Signed-off-by: Vacha <vachshah@amazon.com>
This commit is contained in:
parent
ceef1bf494
commit
7422e22088
|
@ -20,7 +20,7 @@ slf4j = 1.6.2
|
|||
# when updating the JNA version, also update the version in buildSrc/build.gradle
|
||||
jna = 5.5.0
|
||||
|
||||
netty = 4.1.59.Final
|
||||
netty = 4.1.69.Final
|
||||
joda = 2.10.4
|
||||
|
||||
# when updating this version, you need to ensure compatibility with:
|
||||
|
|
|
@ -117,6 +117,12 @@ check.dependsOn(pooledTest, pooledJavaRestTest, pooledInternalClusterTest)
|
|||
|
||||
thirdPartyAudit {
|
||||
ignoreMissingClasses(
|
||||
'com.aayushatharva.brotli4j.Brotli4jLoader',
|
||||
'com.aayushatharva.brotli4j.decoder.DecoderJNI$Status',
|
||||
'com.aayushatharva.brotli4j.decoder.DecoderJNI$Wrapper',
|
||||
'com.aayushatharva.brotli4j.encoder.Encoder',
|
||||
'com.aayushatharva.brotli4j.encoder.Encoder$Mode',
|
||||
'com.aayushatharva.brotli4j.encoder.Encoder$Parameters',
|
||||
// classes are missing
|
||||
|
||||
// from io.netty.handler.codec.protobuf.ProtobufDecoder (netty)
|
||||
|
@ -174,6 +180,7 @@ thirdPartyAudit {
|
|||
'org.slf4j.LoggerFactory',
|
||||
'org.slf4j.spi.LocationAwareLogger',
|
||||
|
||||
'com.github.luben.zstd.Zstd',
|
||||
'com.google.protobuf.ExtensionRegistryLite',
|
||||
'com.google.protobuf.MessageLiteOrBuilder',
|
||||
'com.google.protobuf.nano.CodedOutputByteBufferNano',
|
||||
|
@ -195,11 +202,16 @@ thirdPartyAudit {
|
|||
'net.jpountz.lz4.LZ4FastDecompressor',
|
||||
'net.jpountz.xxhash.XXHash32',
|
||||
'net.jpountz.xxhash.XXHashFactory',
|
||||
'io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod',
|
||||
'io.netty.internal.tcnative.AsyncTask',
|
||||
'io.netty.internal.tcnative.CertificateCallback',
|
||||
'io.netty.internal.tcnative.CertificateVerifier',
|
||||
'io.netty.internal.tcnative.ResultCallback',
|
||||
'io.netty.internal.tcnative.SessionTicketKey',
|
||||
'io.netty.internal.tcnative.SniHostNameMatcher',
|
||||
'io.netty.internal.tcnative.SSL',
|
||||
'io.netty.internal.tcnative.SSLSession',
|
||||
'io.netty.internal.tcnative.SSLSessionCache',
|
||||
'org.eclipse.jetty.alpn.ALPN$ClientProvider',
|
||||
'org.eclipse.jetty.alpn.ALPN$ServerProvider',
|
||||
'org.eclipse.jetty.alpn.ALPN',
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
a1f281008d7e9574c14d386b39b3639a240eb0d1
|
|
@ -0,0 +1 @@
|
|||
c87da90e422b331ecd1e157ca77e5300348b6d0d
|
|
@ -1 +0,0 @@
|
|||
5e563309b99cf55bdbecc4dab7c417a0167c31aa
|
|
@ -0,0 +1 @@
|
|||
617ecaee8bcb3874234e8c0832843ebbc9e9dcc9
|
|
@ -1 +0,0 @@
|
|||
766327d675678686a05faa446c4413d8ccb79b5c
|
|
@ -0,0 +1 @@
|
|||
702c6104a716ca9dc8eec6f4459733fdfcbe1959
|
|
@ -1 +0,0 @@
|
|||
e8800b0c50b6743ec1c5a3713816ce58910a703a
|
|
@ -0,0 +1 @@
|
|||
810e0649787c4930a8e699d68eb8519df2560dd0
|
|
@ -1 +0,0 @@
|
|||
302b4c8ca800aeddcf94401f2403114c8f5db5a5
|
|
@ -0,0 +1 @@
|
|||
73e932059ce8881094cedcfe4a92b8391ffa7b1b
|
|
@ -1 +0,0 @@
|
|||
26bc136952a9f7a994dd7162f481c860275948de
|
|
@ -0,0 +1 @@
|
|||
d4e7b1b8c1e5aeaf41877906b90762f1e0151902
|
|
@ -1 +0,0 @@
|
|||
864d20f35ce909e6a7462095cb8f91ee94d1cd4c
|
|
@ -0,0 +1 @@
|
|||
228e5318012edb93138005ebe896b5dd91d4b47d
|
|
@ -58,6 +58,13 @@ tasks.named("dependencyLicenses").configure {
|
|||
|
||||
thirdPartyAudit {
|
||||
ignoreMissingClasses(
|
||||
'com.aayushatharva.brotli4j.Brotli4jLoader',
|
||||
'com.aayushatharva.brotli4j.decoder.DecoderJNI$Status',
|
||||
'com.aayushatharva.brotli4j.decoder.DecoderJNI$Wrapper',
|
||||
'com.aayushatharva.brotli4j.encoder.Encoder',
|
||||
'com.aayushatharva.brotli4j.encoder.Encoder$Mode',
|
||||
'com.aayushatharva.brotli4j.encoder.Encoder$Parameters',
|
||||
|
||||
// from io.netty.handler.codec.protobuf.ProtobufDecoder (netty)
|
||||
'com.google.protobuf.ExtensionRegistry',
|
||||
'com.google.protobuf.MessageLite$Builder',
|
||||
|
@ -106,6 +113,7 @@ thirdPartyAudit {
|
|||
'org.slf4j.LoggerFactory',
|
||||
'org.slf4j.spi.LocationAwareLogger',
|
||||
|
||||
'com.github.luben.zstd.Zstd',
|
||||
'com.google.protobuf.ExtensionRegistryLite',
|
||||
'com.google.protobuf.MessageLiteOrBuilder',
|
||||
'com.google.protobuf.nano.CodedOutputByteBufferNano',
|
||||
|
@ -137,11 +145,16 @@ thirdPartyAudit {
|
|||
'org.conscrypt.HandshakeListener',
|
||||
|
||||
// from io.netty.handler.ssl.OpenSslEngine (netty)
|
||||
'io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod',
|
||||
'io.netty.internal.tcnative.AsyncTask',
|
||||
'io.netty.internal.tcnative.Buffer',
|
||||
'io.netty.internal.tcnative.Library',
|
||||
'io.netty.internal.tcnative.ResultCallback',
|
||||
'io.netty.internal.tcnative.SSL',
|
||||
'io.netty.internal.tcnative.SSLContext',
|
||||
'io.netty.internal.tcnative.SSLPrivateKeyMethod',
|
||||
'io.netty.internal.tcnative.SSLSession',
|
||||
'io.netty.internal.tcnative.SSLSessionCache',
|
||||
'io.netty.internal.tcnative.CertificateCallback',
|
||||
'io.netty.internal.tcnative.CertificateVerifier',
|
||||
'io.netty.internal.tcnative.SessionTicketKey',
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
a1f281008d7e9574c14d386b39b3639a240eb0d1
|
|
@ -0,0 +1 @@
|
|||
c87da90e422b331ecd1e157ca77e5300348b6d0d
|
|
@ -1 +0,0 @@
|
|||
5e563309b99cf55bdbecc4dab7c417a0167c31aa
|
|
@ -0,0 +1 @@
|
|||
617ecaee8bcb3874234e8c0832843ebbc9e9dcc9
|
|
@ -1 +0,0 @@
|
|||
766327d675678686a05faa446c4413d8ccb79b5c
|
|
@ -0,0 +1 @@
|
|||
702c6104a716ca9dc8eec6f4459733fdfcbe1959
|
|
@ -1 +0,0 @@
|
|||
e8800b0c50b6743ec1c5a3713816ce58910a703a
|
|
@ -0,0 +1 @@
|
|||
810e0649787c4930a8e699d68eb8519df2560dd0
|
|
@ -1 +0,0 @@
|
|||
302b4c8ca800aeddcf94401f2403114c8f5db5a5
|
|
@ -0,0 +1 @@
|
|||
73e932059ce8881094cedcfe4a92b8391ffa7b1b
|
|
@ -1 +0,0 @@
|
|||
26bc136952a9f7a994dd7162f481c860275948de
|
|
@ -0,0 +1 @@
|
|||
d4e7b1b8c1e5aeaf41877906b90762f1e0151902
|
|
@ -1 +0,0 @@
|
|||
864d20f35ce909e6a7462095cb8f91ee94d1cd4c
|
|
@ -0,0 +1 @@
|
|||
228e5318012edb93138005ebe896b5dd91d4b47d
|
Loading…
Reference in New Issue