@@ -34,13 +34,13 @@ compileTestJava.options.compilerArgs << "-Xlint:-cast,-deprecation,-rawtypes,-tr
34
34
35
35
dependencies {
36
36
// network stack
37
- compile " io.netty:netty-buffer:4.1.16.Final "
38
- compile " io.netty:netty-codec:4.1.16.Final "
39
- compile " io.netty:netty-codec-http:4.1.16.Final "
40
- compile " io.netty:netty-common:4.1.16.Final "
41
- compile " io.netty:netty-handler:4.1.16.Final "
42
- compile " io.netty:netty-resolver:4.1.16.Final "
43
- compile " io.netty:netty-transport:4.1.16.Final "
37
+ compile " io.netty:netty-buffer:${ versions.netty } "
38
+ compile " io.netty:netty-codec:${ versions.netty } "
39
+ compile " io.netty:netty-codec-http:${ versions.netty } "
40
+ compile " io.netty:netty-common:${ versions.netty } "
41
+ compile " io.netty:netty-handler:${ versions.netty } "
42
+ compile " io.netty:netty-resolver:${ versions.netty } "
43
+ compile " io.netty:netty-transport:${ versions.netty } "
44
44
}
45
45
46
46
dependencyLicenses {
@@ -111,6 +111,7 @@ thirdPartyAudit.excludes = [
111
111
// from io.netty.util.internal.logging.InternalLoggerFactory (netty) - it's optional
112
112
' org.slf4j.Logger' ,
113
113
' org.slf4j.LoggerFactory' ,
114
+ ' org.slf4j.spi.LocationAwareLogger' ,
114
115
115
116
' com.google.protobuf.ExtensionRegistryLite' ,
116
117
' com.google.protobuf.MessageLiteOrBuilder' ,
@@ -133,7 +134,6 @@ thirdPartyAudit.excludes = [
133
134
' net.jpountz.xxhash.StreamingXXHash32' ,
134
135
' net.jpountz.xxhash.XXHashFactory' ,
135
136
' io.netty.internal.tcnative.CertificateRequestedCallback' ,
136
- ' io.netty.internal.tcnative.CertificateRequestedCallback$KeyMaterial' ,
137
137
' io.netty.internal.tcnative.CertificateVerifier' ,
138
138
' io.netty.internal.tcnative.SessionTicketKey' ,
139
139
' io.netty.internal.tcnative.SniHostNameMatcher' ,
@@ -146,6 +146,7 @@ thirdPartyAudit.excludes = [
146
146
' io.netty.util.internal.PlatformDependent0$1' ,
147
147
' io.netty.util.internal.PlatformDependent0$2' ,
148
148
' io.netty.util.internal.PlatformDependent0$3' ,
149
+ ' io.netty.util.internal.PlatformDependent0$5' ,
149
150
' io.netty.util.internal.shaded.org.jctools.queues.BaseLinkedQueueConsumerNodeRef' ,
150
151
' io.netty.util.internal.shaded.org.jctools.queues.BaseLinkedQueueProducerNodeRef' ,
151
152
' io.netty.util.internal.shaded.org.jctools.queues.BaseMpscLinkedArrayQueueColdProducerFields' ,
@@ -160,7 +161,7 @@ thirdPartyAudit.excludes = [
160
161
161
162
' org.conscrypt.AllocatedBuffer' ,
162
163
' org.conscrypt.BufferAllocator' ,
163
- ' org.conscrypt.Conscrypt$Engines ' ,
164
+ ' org.conscrypt.Conscrypt' ,
164
165
' org.conscrypt.HandshakeListener'
165
166
]
166
167
0 commit comments