|
@@ -33,13 +33,13 @@ compileTestJava.options.compilerArgs << "-Xlint:-cast,-deprecation,-rawtypes,-tr
|
|
|
|
|
|
dependencies {
|
|
|
// network stack
|
|
|
- compile "io.netty:netty-buffer:4.1.4.Final"
|
|
|
- compile "io.netty:netty-codec:4.1.4.Final"
|
|
|
- compile "io.netty:netty-codec-http:4.1.4.Final"
|
|
|
- compile "io.netty:netty-common:4.1.4.Final"
|
|
|
- compile "io.netty:netty-handler:4.1.4.Final"
|
|
|
- compile "io.netty:netty-resolver:4.1.4.Final"
|
|
|
- compile "io.netty:netty-transport:4.1.4.Final"
|
|
|
+ compile "io.netty:netty-buffer:4.1.5.Final"
|
|
|
+ compile "io.netty:netty-codec:4.1.5.Final"
|
|
|
+ compile "io.netty:netty-codec-http:4.1.5.Final"
|
|
|
+ compile "io.netty:netty-common:4.1.5.Final"
|
|
|
+ compile "io.netty:netty-handler:4.1.5.Final"
|
|
|
+ compile "io.netty:netty-resolver:4.1.5.Final"
|
|
|
+ compile "io.netty:netty-transport:4.1.5.Final"
|
|
|
}
|
|
|
|
|
|
integTest {
|
|
@@ -114,9 +114,9 @@ thirdPartyAudit.excludes = [
|
|
|
'com.ning.compress.lzf.LZFEncoder',
|
|
|
'com.ning.compress.lzf.util.ChunkDecoderFactory',
|
|
|
'com.ning.compress.lzf.util.ChunkEncoderFactory',
|
|
|
- 'javassist/ClassClassPath',
|
|
|
- 'javassist/ClassPath',
|
|
|
- 'javassist/ClassPool',
|
|
|
+ 'javassist.ClassClassPath',
|
|
|
+ 'javassist.ClassPath',
|
|
|
+ 'javassist.ClassPool',
|
|
|
'javassist.CtClass',
|
|
|
'javassist.CtMethod',
|
|
|
'lzma.sdk.lzma.Encoder',
|
|
@@ -127,7 +127,9 @@ thirdPartyAudit.excludes = [
|
|
|
'net.jpountz.xxhash.XXHashFactory',
|
|
|
'org.apache.logging.log4j.LogManager',
|
|
|
'org.apache.logging.log4j.Logger',
|
|
|
+ 'org.apache.tomcat.Apr',
|
|
|
'org.apache.tomcat.jni.CertificateRequestedCallback',
|
|
|
+ 'org.apache.tomcat.jni.CertificateRequestedCallback$KeyMaterial',
|
|
|
'org.apache.tomcat.jni.CertificateVerifier',
|
|
|
'org.apache.tomcat.jni.SessionTicketKey',
|
|
|
'org.eclipse.jetty.alpn.ALPN$ClientProvider',
|
|
@@ -136,6 +138,8 @@ thirdPartyAudit.excludes = [
|
|
|
|
|
|
'io.netty.handler.ssl.util.OpenJdkSelfSignedCertGenerator',
|
|
|
'io.netty.util.internal.PlatformDependent0',
|
|
|
+ 'io.netty.util.internal.PlatformDependent0$2',
|
|
|
+ 'io.netty.util.internal.PlatformDependent0$3',
|
|
|
'io.netty.util.internal.UnsafeAtomicIntegerFieldUpdater',
|
|
|
'io.netty.util.internal.UnsafeAtomicLongFieldUpdater',
|
|
|
'io.netty.util.internal.UnsafeAtomicReferenceFieldUpdater',
|