|
@@ -34,13 +34,13 @@ compileTestJava.options.compilerArgs << "-Xlint:-cast,-deprecation,-rawtypes,-tr
|
|
|
|
|
|
dependencies {
|
|
|
// network stack
|
|
|
- compile "io.netty:netty-buffer:4.1.29.Final"
|
|
|
- compile "io.netty:netty-codec:4.1.29.Final"
|
|
|
- compile "io.netty:netty-codec-http:4.1.29.Final"
|
|
|
- compile "io.netty:netty-common:4.1.29.Final"
|
|
|
- compile "io.netty:netty-handler:4.1.29.Final"
|
|
|
- compile "io.netty:netty-resolver:4.1.29.Final"
|
|
|
- compile "io.netty:netty-transport:4.1.29.Final"
|
|
|
+ compile "io.netty:netty-buffer:${versions.netty}"
|
|
|
+ compile "io.netty:netty-codec:${versions.netty}"
|
|
|
+ compile "io.netty:netty-codec-http:${versions.netty}"
|
|
|
+ compile "io.netty:netty-common:${versions.netty}"
|
|
|
+ compile "io.netty:netty-handler:${versions.netty}"
|
|
|
+ compile "io.netty:netty-resolver:${versions.netty}"
|
|
|
+ compile "io.netty:netty-transport:${versions.netty}"
|
|
|
}
|
|
|
|
|
|
dependencyLicenses {
|
|
@@ -111,6 +111,7 @@ thirdPartyAudit.excludes = [
|
|
|
// from io.netty.util.internal.logging.InternalLoggerFactory (netty) - it's optional
|
|
|
'org.slf4j.Logger',
|
|
|
'org.slf4j.LoggerFactory',
|
|
|
+ 'org.slf4j.spi.LocationAwareLogger',
|
|
|
|
|
|
'com.google.protobuf.ExtensionRegistryLite',
|
|
|
'com.google.protobuf.MessageLiteOrBuilder',
|
|
@@ -145,6 +146,7 @@ thirdPartyAudit.excludes = [
|
|
|
'io.netty.util.internal.PlatformDependent0$1',
|
|
|
'io.netty.util.internal.PlatformDependent0$2',
|
|
|
'io.netty.util.internal.PlatformDependent0$3',
|
|
|
+ 'io.netty.util.internal.PlatformDependent0$5',
|
|
|
'io.netty.util.internal.shaded.org.jctools.queues.BaseLinkedQueueConsumerNodeRef',
|
|
|
'io.netty.util.internal.shaded.org.jctools.queues.BaseLinkedQueueProducerNodeRef',
|
|
|
'io.netty.util.internal.shaded.org.jctools.queues.BaseMpscLinkedArrayQueueColdProducerFields',
|