@@ -34,13 +34,13 @@ compileTestJava.options.compilerArgs << "-Xlint:-cast,-deprecation,-rawtypes,-tr
3434
3535dependencies {
3636 // network stack
37- compile " io.netty:netty-buffer:4.1.13 .Final"
38- compile " io.netty:netty-codec:4.1.13 .Final"
39- compile " io.netty:netty-codec-http:4.1.13 .Final"
40- compile " io.netty:netty-common:4.1.13 .Final"
41- compile " io.netty:netty-handler:4.1.13 .Final"
42- compile " io.netty:netty-resolver:4.1.13 .Final"
43- compile " io.netty:netty-transport:4.1.13 .Final"
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"
4444}
4545
4646dependencyLicenses {
@@ -149,18 +149,18 @@ thirdPartyAudit.excludes = [
149149 ' io.netty.util.internal.PlatformDependent0$3' ,
150150 ' io.netty.util.internal.shaded.org.jctools.queues.BaseLinkedQueueConsumerNodeRef' ,
151151 ' io.netty.util.internal.shaded.org.jctools.queues.BaseLinkedQueueProducerNodeRef' ,
152- ' io.netty.util.internal.shaded.org.jctools.queues.BaseMpscLinkedArrayQueue' ,
153- ' io.netty.util.internal.shaded.org.jctools.queues.ConcurrentSequencedCircularArrayQueue' ,
152+ ' io.netty.util.internal.shaded.org.jctools.queues.BaseMpscLinkedArrayQueueColdProducerFields' ,
153+ ' io.netty.util.internal.shaded.org.jctools.queues.BaseMpscLinkedArrayQueueConsumerFields' ,
154+ ' io.netty.util.internal.shaded.org.jctools.queues.BaseMpscLinkedArrayQueueProducerFields' ,
154155 ' io.netty.util.internal.shaded.org.jctools.queues.LinkedQueueNode' ,
155- ' io.netty.util.internal.shaded.org.jctools.queues.MpmcArrayQueueConsumerField' ,
156- ' io.netty.util.internal.shaded.org.jctools.queues.MpmcArrayQueueProducerField' ,
157- ' io.netty.util.internal.shaded.org.jctools.queues.MpscArrayQueueConsumerField' ,
158- ' io.netty.util.internal.shaded.org.jctools.queues.MpscArrayQueueHeadLimitField' ,
159- ' io.netty.util.internal.shaded.org.jctools.queues.MpscArrayQueueTailField' ,
160- ' io.netty.util.internal.shaded.org.jctools.util.JvmInfo' ,
156+ ' io.netty.util.internal.shaded.org.jctools.queues.MpscArrayQueueConsumerIndexField' ,
157+ ' io.netty.util.internal.shaded.org.jctools.queues.MpscArrayQueueProducerIndexField' ,
158+ ' io.netty.util.internal.shaded.org.jctools.queues.MpscArrayQueueProducerLimitField' ,
161159 ' io.netty.util.internal.shaded.org.jctools.util.UnsafeAccess' ,
162160 ' io.netty.util.internal.shaded.org.jctools.util.UnsafeRefArrayAccess' ,
163161
162+ ' org.conscrypt.AllocatedBuffer' ,
163+ ' org.conscrypt.BufferAllocator' ,
164164 ' org.conscrypt.Conscrypt$Engines' ,
165165 ' org.conscrypt.HandshakeListener'
166166]
0 commit comments