@@ -56,7 +56,7 @@ dependencies {
56
56
implementation project(' :modules:transport-netty4' )
57
57
api ' com.azure:azure-storage-blob:12.20.0'
58
58
api ' org.reactivestreams:reactive-streams:1.0.4'
59
- api ' io.projectreactor:reactor-core:3.4.23 '
59
+ api ' io.projectreactor:reactor-core:3.5.1 '
60
60
api ' io.projectreactor.netty:reactor-netty:1.0.18'
61
61
api ' io.projectreactor.netty:reactor-netty-core:1.0.24'
62
62
api ' io.projectreactor.netty:reactor-netty-http:1.0.24'
@@ -97,6 +97,10 @@ thirdPartyAudit {
97
97
' com.azure.storage.internal.avro.implementation.AvroReaderFactory' ,
98
98
' com.azure.storage.internal.avro.implementation.schema.AvroSchema' ,
99
99
' com.ctc.wstx.shaded.msv_core.driver.textui.Driver' ,
100
+ ' io.micrometer.context.ContextAccessor' ,
101
+ ' io.micrometer.context.ContextRegistry' ,
102
+ ' io.micrometer.context.ContextSnapshot' ,
103
+ ' io.micrometer.context.ContextSnapshot$Scope' ,
100
104
' io.micrometer.core.instrument.Clock' ,
101
105
' io.micrometer.core.instrument.Counter' ,
102
106
' io.micrometer.core.instrument.Counter$Builder' ,
@@ -156,17 +160,6 @@ thirdPartyAudit {
156
160
' javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter' ,
157
161
' javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter$DEFAULT' ,
158
162
' javax.xml.bind.annotation.adapters.XmlJavaTypeAdapters' ,
159
- ' kotlin.collections.ArraysKt' ,
160
- ' kotlin.jvm.JvmClassMappingKt' ,
161
- ' kotlin.jvm.functions.Function0' ,
162
- ' kotlin.jvm.functions.Function1' ,
163
- ' kotlin.jvm.internal.FunctionReference' ,
164
- ' kotlin.jvm.internal.Intrinsics' ,
165
- ' kotlin.jvm.internal.Reflection' ,
166
- ' kotlin.jvm.internal.markers.KMappedMarker' ,
167
- ' kotlin.reflect.KClass' ,
168
- ' kotlin.reflect.KDeclarationContainer' ,
169
- ' kotlin.sequences.Sequence' ,
170
163
' org.osgi.framework.BundleActivator' ,
171
164
' org.osgi.framework.BundleContext' ,
172
165
' org.slf4j.impl.StaticLoggerBinder' ,
0 commit comments