* A number of fixes to buffer handling in the .37 and .38 -> we should stay up to date
This commit is contained in:
parent
2a99eaa7c2
commit
a501d68f23
|
@ -20,7 +20,7 @@ slf4j = 1.6.2
|
||||||
# when updating the JNA version, also update the version in buildSrc/build.gradle
|
# when updating the JNA version, also update the version in buildSrc/build.gradle
|
||||||
jna = 4.5.1
|
jna = 4.5.1
|
||||||
|
|
||||||
netty = 4.1.36.Final
|
netty = 4.1.38.Final
|
||||||
joda = 2.10.2
|
joda = 2.10.2
|
||||||
|
|
||||||
# when updating this version, you need to ensure compatibility with:
|
# when updating this version, you need to ensure compatibility with:
|
||||||
|
|
|
@ -144,12 +144,13 @@ thirdPartyAudit {
|
||||||
'net.jpountz.lz4.LZ4Compressor',
|
'net.jpountz.lz4.LZ4Compressor',
|
||||||
'net.jpountz.lz4.LZ4Factory',
|
'net.jpountz.lz4.LZ4Factory',
|
||||||
'net.jpountz.lz4.LZ4FastDecompressor',
|
'net.jpountz.lz4.LZ4FastDecompressor',
|
||||||
'net.jpountz.xxhash.StreamingXXHash32',
|
'net.jpountz.xxhash.XXHash32',
|
||||||
'net.jpountz.xxhash.XXHashFactory',
|
'net.jpountz.xxhash.XXHashFactory',
|
||||||
'io.netty.internal.tcnative.CertificateCallback',
|
'io.netty.internal.tcnative.CertificateCallback',
|
||||||
'io.netty.internal.tcnative.CertificateVerifier',
|
'io.netty.internal.tcnative.CertificateVerifier',
|
||||||
'io.netty.internal.tcnative.SessionTicketKey',
|
'io.netty.internal.tcnative.SessionTicketKey',
|
||||||
'io.netty.internal.tcnative.SniHostNameMatcher',
|
'io.netty.internal.tcnative.SniHostNameMatcher',
|
||||||
|
'io.netty.internal.tcnative.SSL',
|
||||||
'org.eclipse.jetty.alpn.ALPN$ClientProvider',
|
'org.eclipse.jetty.alpn.ALPN$ClientProvider',
|
||||||
'org.eclipse.jetty.alpn.ALPN$ServerProvider',
|
'org.eclipse.jetty.alpn.ALPN$ServerProvider',
|
||||||
'org.eclipse.jetty.alpn.ALPN',
|
'org.eclipse.jetty.alpn.ALPN',
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
7f2db0921dd57df4db076229830ab09bba713aeb
|
|
|
@ -0,0 +1 @@
|
||||||
|
d16cf15d29c409987cecde77407fbb6f1e16d262
|
|
@ -1 +0,0 @@
|
||||||
8462116d327bb3d1ec24258071f2e7345a73dbfc
|
|
|
@ -0,0 +1 @@
|
||||||
|
ccfbdfc727cbf702350572a0b12fe92185ebf162
|
|
@ -1 +0,0 @@
|
||||||
62b73d439dbddf3c0dde092b048580139695ab46
|
|
|
@ -0,0 +1 @@
|
||||||
|
4d55b3cdb74cd140d262de96987ebd369125a64c
|
|
@ -1 +0,0 @@
|
||||||
f6f38fde652a70ea579897edc80e52353e487ae6
|
|
|
@ -0,0 +1 @@
|
||||||
|
6f8aae763f743d91fb1ba1e9011dae0ef4f6ff34
|
|
@ -1 +0,0 @@
|
||||||
1c38a5920a10c01b1cce4cdc964447ec76abf1b5
|
|
|
@ -0,0 +1 @@
|
||||||
|
ebf1f2bd0dad5e16aa1fc48d32e5dbe507b38d53
|
|
@ -1 +0,0 @@
|
||||||
e4d243fbf4e6837fa294f892bf97149e18129100
|
|
|
@ -0,0 +1 @@
|
||||||
|
b00be4aa309e9b56e498191aa8c73e4f393759ed
|
|
@ -1 +0,0 @@
|
||||||
8546e6be47be587acab86bbd106ca023678f07d9
|
|
|
@ -0,0 +1 @@
|
||||||
|
cd8b612d5daa42d1be3bb3203e4857597d5db79b
|
|
@ -108,7 +108,7 @@ thirdPartyAudit {
|
||||||
'net.jpountz.lz4.LZ4Compressor',
|
'net.jpountz.lz4.LZ4Compressor',
|
||||||
'net.jpountz.lz4.LZ4Factory',
|
'net.jpountz.lz4.LZ4Factory',
|
||||||
'net.jpountz.lz4.LZ4FastDecompressor',
|
'net.jpountz.lz4.LZ4FastDecompressor',
|
||||||
'net.jpountz.xxhash.StreamingXXHash32',
|
'net.jpountz.xxhash.XXHash32',
|
||||||
'net.jpountz.xxhash.XXHashFactory',
|
'net.jpountz.xxhash.XXHashFactory',
|
||||||
'org.eclipse.jetty.alpn.ALPN$ClientProvider',
|
'org.eclipse.jetty.alpn.ALPN$ClientProvider',
|
||||||
'org.eclipse.jetty.alpn.ALPN$ServerProvider',
|
'org.eclipse.jetty.alpn.ALPN$ServerProvider',
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
7f2db0921dd57df4db076229830ab09bba713aeb
|
|
|
@ -0,0 +1 @@
|
||||||
|
d16cf15d29c409987cecde77407fbb6f1e16d262
|
|
@ -1 +0,0 @@
|
||||||
8462116d327bb3d1ec24258071f2e7345a73dbfc
|
|
|
@ -0,0 +1 @@
|
||||||
|
ccfbdfc727cbf702350572a0b12fe92185ebf162
|
|
@ -1 +0,0 @@
|
||||||
62b73d439dbddf3c0dde092b048580139695ab46
|
|
|
@ -0,0 +1 @@
|
||||||
|
4d55b3cdb74cd140d262de96987ebd369125a64c
|
|
@ -1 +0,0 @@
|
||||||
f6f38fde652a70ea579897edc80e52353e487ae6
|
|
|
@ -0,0 +1 @@
|
||||||
|
6f8aae763f743d91fb1ba1e9011dae0ef4f6ff34
|
|
@ -1 +0,0 @@
|
||||||
1c38a5920a10c01b1cce4cdc964447ec76abf1b5
|
|
|
@ -0,0 +1 @@
|
||||||
|
ebf1f2bd0dad5e16aa1fc48d32e5dbe507b38d53
|
|
@ -1 +0,0 @@
|
||||||
e4d243fbf4e6837fa294f892bf97149e18129100
|
|
|
@ -0,0 +1 @@
|
||||||
|
b00be4aa309e9b56e498191aa8c73e4f393759ed
|
|
@ -1 +0,0 @@
|
||||||
8546e6be47be587acab86bbd106ca023678f07d9
|
|
|
@ -0,0 +1 @@
|
||||||
|
cd8b612d5daa42d1be3bb3203e4857597d5db79b
|
Loading…
Reference in New Issue