From c18a194c4292d3e79206f89ac519dbcad5e33db8 Mon Sep 17 00:00:00 2001 From: Tommy Ludwig <8924140+shakuzen@users.noreply.github.com> Date: Mon, 12 Sep 2022 15:15:56 +0900 Subject: [PATCH] Upgrade to Reactor 2020.0.22 and netty 4.1.81 Closes gh-3405 --- benchmarks/benchmarks-core/gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../micrometer-registry-atlas/gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 6 ++--- .../gradle.lockfile | 2 +- .../micrometer-registry-humio/gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../micrometer-registry-jmx/gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 27 +++++++++++-------- .../gradle.lockfile | 2 +- micrometer-core/gradle.lockfile | 10 +++---- micrometer-jersey2/gradle.lockfile | 2 +- micrometer-test/gradle.lockfile | 8 +++--- .../gradle.lockfile | 2 +- .../micrometer-samples-boot2/gradle.lockfile | 2 +- .../micrometer-samples-core/gradle.lockfile | 8 +++--- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- 34 files changed, 61 insertions(+), 56 deletions(-) diff --git a/benchmarks/benchmarks-core/gradle.lockfile b/benchmarks/benchmarks-core/gradle.lockfile index b915f59b02..0c6c96b51a 100644 --- a/benchmarks/benchmarks-core/gradle.lockfile +++ b/benchmarks/benchmarks-core/gradle.lockfile @@ -22,7 +22,7 @@ info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle io.dropwizard.metrics5:metrics-core:5.0.0=jmh,jmhCompileClasspath,jmhRuntimeClasspath io.dropwizard.metrics:metrics-core:4.0.7=jmh,jmhCompileClasspath,jmhRuntimeClasspath -io.projectreactor:reactor-bom:2020.0.21=jmh,jmhRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=jmh,jmhRuntimeClasspath io.prometheus:simpleclient:0.12.0=jmh,jmhCompileClasspath,jmhRuntimeClasspath io.prometheus:simpleclient_common:0.12.0=jmh,jmhCompileClasspath,jmhRuntimeClasspath io.prometheus:simpleclient_tracer_common:0.12.0=jmh,jmhCompileClasspath,jmhRuntimeClasspath diff --git a/implementations/micrometer-registry-appoptics/gradle.lockfile b/implementations/micrometer-registry-appoptics/gradle.lockfile index bd14e2e62b..276f73c6fd 100644 --- a/implementations/micrometer-registry-appoptics/gradle.lockfile +++ b/implementations/micrometer-registry-appoptics/gradle.lockfile @@ -21,7 +21,7 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/implementations/micrometer-registry-atlas/gradle.lockfile b/implementations/micrometer-registry-atlas/gradle.lockfile index 04f1526ceb..d29a16ba4d 100644 --- a/implementations/micrometer-registry-atlas/gradle.lockfile +++ b/implementations/micrometer-registry-atlas/gradle.lockfile @@ -24,7 +24,7 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/implementations/micrometer-registry-azure-monitor/gradle.lockfile b/implementations/micrometer-registry-azure-monitor/gradle.lockfile index c0bcc702b5..af5d3377bc 100644 --- a/implementations/micrometer-registry-azure-monitor/gradle.lockfile +++ b/implementations/micrometer-registry-azure-monitor/gradle.lockfile @@ -22,7 +22,7 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/implementations/micrometer-registry-cloudwatch/gradle.lockfile b/implementations/micrometer-registry-cloudwatch/gradle.lockfile index 085b939660..ad61014d46 100644 --- a/implementations/micrometer-registry-cloudwatch/gradle.lockfile +++ b/implementations/micrometer-registry-cloudwatch/gradle.lockfile @@ -30,7 +30,7 @@ commons-logging:commons-logging:1.2=compileClasspath,default,nohttp,runtimeClass info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/implementations/micrometer-registry-cloudwatch2/gradle.lockfile b/implementations/micrometer-registry-cloudwatch2/gradle.lockfile index f6fe18c8c0..dc34cd167b 100644 --- a/implementations/micrometer-registry-cloudwatch2/gradle.lockfile +++ b/implementations/micrometer-registry-cloudwatch2/gradle.lockfile @@ -32,7 +32,7 @@ io.netty:netty-resolver:4.1.77.Final=default,runtimeClasspath,testRuntimeClasspa io.netty:netty-transport-classes-epoll:4.1.77.Final=default,runtimeClasspath,testRuntimeClasspath io.netty:netty-transport-native-unix-common:4.1.77.Final=default,runtimeClasspath,testRuntimeClasspath io.netty:netty-transport:4.1.77.Final=default,runtimeClasspath,testRuntimeClasspath -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/implementations/micrometer-registry-datadog/gradle.lockfile b/implementations/micrometer-registry-datadog/gradle.lockfile index bd14e2e62b..276f73c6fd 100644 --- a/implementations/micrometer-registry-datadog/gradle.lockfile +++ b/implementations/micrometer-registry-datadog/gradle.lockfile @@ -21,7 +21,7 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/implementations/micrometer-registry-dynatrace/gradle.lockfile b/implementations/micrometer-registry-dynatrace/gradle.lockfile index 451e42c56c..f0591c2086 100644 --- a/implementations/micrometer-registry-dynatrace/gradle.lockfile +++ b/implementations/micrometer-registry-dynatrace/gradle.lockfile @@ -26,7 +26,7 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/implementations/micrometer-registry-elastic/gradle.lockfile b/implementations/micrometer-registry-elastic/gradle.lockfile index 7f1c49da37..27ac5fa808 100644 --- a/implementations/micrometer-registry-elastic/gradle.lockfile +++ b/implementations/micrometer-registry-elastic/gradle.lockfile @@ -28,7 +28,7 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/implementations/micrometer-registry-ganglia/gradle.lockfile b/implementations/micrometer-registry-ganglia/gradle.lockfile index 6dac1839e8..bc0e038e82 100644 --- a/implementations/micrometer-registry-ganglia/gradle.lockfile +++ b/implementations/micrometer-registry-ganglia/gradle.lockfile @@ -23,7 +23,7 @@ info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle io.dropwizard.metrics:metrics-core:4.0.7=compileClasspath -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/implementations/micrometer-registry-graphite/gradle.lockfile b/implementations/micrometer-registry-graphite/gradle.lockfile index 23db4dd200..fd82c683dc 100644 --- a/implementations/micrometer-registry-graphite/gradle.lockfile +++ b/implementations/micrometer-registry-graphite/gradle.lockfile @@ -40,9 +40,9 @@ io.netty:netty-transport-classes-epoll:4.1.79.Final=testCompileClasspath,testRun io.netty:netty-transport-native-epoll:4.1.79.Final=testCompileClasspath,testRuntimeClasspath io.netty:netty-transport-native-unix-common:4.1.79.Final=testCompileClasspath,testRuntimeClasspath io.netty:netty-transport:4.1.79.Final=testCompileClasspath,testRuntimeClasspath -io.projectreactor.netty:reactor-netty-core:1.0.21=testCompileClasspath,testRuntimeClasspath -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.projectreactor:reactor-core:3.4.21=testCompileClasspath,testRuntimeClasspath +io.projectreactor.netty:reactor-netty-core:1.0.22=testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-core:3.4.22=testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/implementations/micrometer-registry-health/gradle.lockfile b/implementations/micrometer-registry-health/gradle.lockfile index bd14e2e62b..276f73c6fd 100644 --- a/implementations/micrometer-registry-health/gradle.lockfile +++ b/implementations/micrometer-registry-health/gradle.lockfile @@ -21,7 +21,7 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/implementations/micrometer-registry-humio/gradle.lockfile b/implementations/micrometer-registry-humio/gradle.lockfile index bd14e2e62b..276f73c6fd 100644 --- a/implementations/micrometer-registry-humio/gradle.lockfile +++ b/implementations/micrometer-registry-humio/gradle.lockfile @@ -21,7 +21,7 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/implementations/micrometer-registry-influx/gradle.lockfile b/implementations/micrometer-registry-influx/gradle.lockfile index bd14e2e62b..276f73c6fd 100644 --- a/implementations/micrometer-registry-influx/gradle.lockfile +++ b/implementations/micrometer-registry-influx/gradle.lockfile @@ -21,7 +21,7 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/implementations/micrometer-registry-jmx/gradle.lockfile b/implementations/micrometer-registry-jmx/gradle.lockfile index 7b50df65dd..b02773c197 100644 --- a/implementations/micrometer-registry-jmx/gradle.lockfile +++ b/implementations/micrometer-registry-jmx/gradle.lockfile @@ -25,7 +25,7 @@ info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle io.dropwizard.metrics:metrics-core:4.0.7=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.dropwizard.metrics:metrics-jmx:4.0.7=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/implementations/micrometer-registry-kairos/gradle.lockfile b/implementations/micrometer-registry-kairos/gradle.lockfile index bd14e2e62b..276f73c6fd 100644 --- a/implementations/micrometer-registry-kairos/gradle.lockfile +++ b/implementations/micrometer-registry-kairos/gradle.lockfile @@ -21,7 +21,7 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/implementations/micrometer-registry-new-relic/gradle.lockfile b/implementations/micrometer-registry-new-relic/gradle.lockfile index cb5bcee067..d2a7901bdc 100644 --- a/implementations/micrometer-registry-new-relic/gradle.lockfile +++ b/implementations/micrometer-registry-new-relic/gradle.lockfile @@ -22,7 +22,7 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/implementations/micrometer-registry-opentsdb/gradle.lockfile b/implementations/micrometer-registry-opentsdb/gradle.lockfile index bd14e2e62b..276f73c6fd 100644 --- a/implementations/micrometer-registry-opentsdb/gradle.lockfile +++ b/implementations/micrometer-registry-opentsdb/gradle.lockfile @@ -21,7 +21,7 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/implementations/micrometer-registry-prometheus/gradle.lockfile b/implementations/micrometer-registry-prometheus/gradle.lockfile index 05eb78bc9a..ea723ff417 100644 --- a/implementations/micrometer-registry-prometheus/gradle.lockfile +++ b/implementations/micrometer-registry-prometheus/gradle.lockfile @@ -21,7 +21,7 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.prometheus:simpleclient:0.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.prometheus:simpleclient_common:0.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.prometheus:simpleclient_tracer_common:0.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath diff --git a/implementations/micrometer-registry-signalfx/gradle.lockfile b/implementations/micrometer-registry-signalfx/gradle.lockfile index d8ef17b8d9..f298d06e74 100644 --- a/implementations/micrometer-registry-signalfx/gradle.lockfile +++ b/implementations/micrometer-registry-signalfx/gradle.lockfile @@ -22,7 +22,7 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/implementations/micrometer-registry-stackdriver/gradle.lockfile b/implementations/micrometer-registry-stackdriver/gradle.lockfile index 36f109661c..a68b6ecb2a 100644 --- a/implementations/micrometer-registry-stackdriver/gradle.lockfile +++ b/implementations/micrometer-registry-stackdriver/gradle.lockfile @@ -53,7 +53,7 @@ io.grpc:grpc-stub:1.41.0=compileClasspath,default,runtimeClasspath,testCompileCl io.opencensus:opencensus-api:0.28.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.opencensus:opencensus-contrib-http-util:0.28.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.perfmark:perfmark-api:0.23.0=default,runtimeClasspath,testRuntimeClasspath -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/implementations/micrometer-registry-statsd/gradle.lockfile b/implementations/micrometer-registry-statsd/gradle.lockfile index 71d055c68e..3e907652ac 100644 --- a/implementations/micrometer-registry-statsd/gradle.lockfile +++ b/implementations/micrometer-registry-statsd/gradle.lockfile @@ -23,27 +23,32 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.netty:netty-buffer:4.1.79.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-buffer:4.1.79.Final=compileClasspath,default,runtimeClasspath +io.netty:netty-buffer:4.1.81.Final=testCompileClasspath,testRuntimeClasspath io.netty:netty-codec-dns:4.1.79.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.netty:netty-codec-socks:4.1.79.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.netty:netty-codec:4.1.79.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-common:4.1.79.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-common:4.1.79.Final=compileClasspath,default,runtimeClasspath +io.netty:netty-common:4.1.81.Final=testCompileClasspath,testRuntimeClasspath io.netty:netty-handler-proxy:4.1.79.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.netty:netty-handler:4.1.79.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.netty:netty-resolver-dns-classes-macos:4.1.79.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.netty:netty-resolver-dns-native-macos:4.1.79.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.netty:netty-resolver-dns:4.1.79.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-resolver:4.1.79.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-resolver:4.1.79.Final=compileClasspath,default,runtimeClasspath +io.netty:netty-resolver:4.1.81.Final=testCompileClasspath,testRuntimeClasspath io.netty:netty-transport-classes-epoll:4.1.79.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport-classes-kqueue:4.1.78.Final=testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport-classes-kqueue:4.1.81.Final=testCompileClasspath,testRuntimeClasspath io.netty:netty-transport-native-epoll:4.1.79.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport-native-kqueue:4.1.78.Final=testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport-native-unix-common:4.1.79.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport:4.1.79.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.projectreactor.netty:reactor-netty-core:1.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.projectreactor:reactor-core:3.4.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.projectreactor:reactor-test:3.4.21=testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport-native-kqueue:4.1.81.Final=testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport-native-unix-common:4.1.79.Final=compileClasspath,default,runtimeClasspath +io.netty:netty-transport-native-unix-common:4.1.81.Final=testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport:4.1.79.Final=compileClasspath,default,runtimeClasspath +io.netty:netty-transport:4.1.81.Final=testCompileClasspath,testRuntimeClasspath +io.projectreactor.netty:reactor-netty-core:1.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-core:3.4.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-test:3.4.22=testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/implementations/micrometer-registry-wavefront/gradle.lockfile b/implementations/micrometer-registry-wavefront/gradle.lockfile index 918e9d06ec..cfd35369ea 100644 --- a/implementations/micrometer-registry-wavefront/gradle.lockfile +++ b/implementations/micrometer-registry-wavefront/gradle.lockfile @@ -27,7 +27,7 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/micrometer-core/gradle.lockfile b/micrometer-core/gradle.lockfile index 14906f9795..4bbaf2c372 100644 --- a/micrometer-core/gradle.lockfile +++ b/micrometer-core/gradle.lockfile @@ -78,11 +78,11 @@ io.netty:netty-transport-classes-epoll:4.1.79.Final=compileClasspath,runtimeClas io.netty:netty-transport-native-epoll:4.1.79.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.netty:netty-transport-native-unix-common:4.1.79.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.netty:netty-transport:4.1.79.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.projectreactor.netty:reactor-netty-core:1.0.21=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.projectreactor.netty:reactor-netty-http:1.0.21=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.projectreactor:reactor-core:3.4.21=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.projectreactor:reactor-test:3.4.21=testCompileClasspath,testRuntimeClasspath +io.projectreactor.netty:reactor-netty-core:1.0.22=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor.netty:reactor-netty-http:1.0.22=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-core:3.4.22=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-test:3.4.22=testCompileClasspath,testRuntimeClasspath io.reactivex:rxjava:1.2.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle diff --git a/micrometer-jersey2/gradle.lockfile b/micrometer-jersey2/gradle.lockfile index 4fa34d2972..24e3400d70 100644 --- a/micrometer-jersey2/gradle.lockfile +++ b/micrometer-jersey2/gradle.lockfile @@ -21,7 +21,7 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/micrometer-test/gradle.lockfile b/micrometer-test/gradle.lockfile index 9c48fdeca1..0be811b911 100644 --- a/micrometer-test/gradle.lockfile +++ b/micrometer-test/gradle.lockfile @@ -43,10 +43,10 @@ io.netty:netty-transport-classes-epoll:4.1.79.Final=testCompileClasspath,testRun io.netty:netty-transport-native-epoll:4.1.79.Final=testCompileClasspath,testRuntimeClasspath io.netty:netty-transport-native-unix-common:4.1.79.Final=testCompileClasspath,testRuntimeClasspath io.netty:netty-transport:4.1.79.Final=testCompileClasspath,testRuntimeClasspath -io.projectreactor.netty:reactor-netty-core:1.0.21=testCompileClasspath,testRuntimeClasspath -io.projectreactor.netty:reactor-netty-http:1.0.21=testCompileClasspath,testRuntimeClasspath -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.projectreactor:reactor-core:3.4.21=testCompileClasspath,testRuntimeClasspath +io.projectreactor.netty:reactor-netty-core:1.0.22=testCompileClasspath,testRuntimeClasspath +io.projectreactor.netty:reactor-netty-http:1.0.22=testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-core:3.4.22=testCompileClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/samples/micrometer-samples-boot2-reactive/gradle.lockfile b/samples/micrometer-samples-boot2-reactive/gradle.lockfile index cce5ad89da..a0425100a0 100644 --- a/samples/micrometer-samples-boot2-reactive/gradle.lockfile +++ b/samples/micrometer-samples-boot2-reactive/gradle.lockfile @@ -47,7 +47,7 @@ io.netty:netty-transport-native-unix-common:4.1.72.Final=compileClasspath,defaul io.netty:netty-transport:4.1.72.Final=compileClasspath,default,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.projectreactor.netty:reactor-netty-core:1.0.14=compileClasspath,default,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.projectreactor.netty:reactor-netty-http:1.0.14=compileClasspath,default,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.projectreactor:reactor-bom:2020.0.21=default,productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=default,productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath io.projectreactor:reactor-core:3.4.13=compileClasspath,default,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.prometheus:simpleclient:0.12.0=compileClasspath,default,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.prometheus:simpleclient_common:0.12.0=compileClasspath,default,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath diff --git a/samples/micrometer-samples-boot2/gradle.lockfile b/samples/micrometer-samples-boot2/gradle.lockfile index 9e71b98b17..075dd2b961 100644 --- a/samples/micrometer-samples-boot2/gradle.lockfile +++ b/samples/micrometer-samples-boot2/gradle.lockfile @@ -93,7 +93,7 @@ io.opencensus:opencensus-api:0.28.0=compileClasspath,default,productionRuntimeCl io.opencensus:opencensus-contrib-http-util:0.28.0=compileClasspath,default,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.perfmark:perfmark-api:0.23.0=default,productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath io.projectreactor.netty:reactor-netty-core:1.0.14=default,productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath -io.projectreactor:reactor-bom:2020.0.21=default,productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=default,productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath io.projectreactor:reactor-core:3.4.13=default,productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath io.prometheus:simpleclient:0.12.0=compileClasspath,default,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.prometheus:simpleclient_common:0.12.0=compileClasspath,default,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath diff --git a/samples/micrometer-samples-core/gradle.lockfile b/samples/micrometer-samples-core/gradle.lockfile index 958c1d06ee..e5377a60a7 100644 --- a/samples/micrometer-samples-core/gradle.lockfile +++ b/samples/micrometer-samples-core/gradle.lockfile @@ -102,10 +102,10 @@ io.netty:netty-transport:4.1.79.Final=compileClasspath,default,runtimeClasspath, io.opencensus:opencensus-api:0.28.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.opencensus:opencensus-contrib-http-util:0.28.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.perfmark:perfmark-api:0.23.0=default,runtimeClasspath,testRuntimeClasspath -io.projectreactor.netty:reactor-netty-core:1.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.projectreactor.netty:reactor-netty-http:1.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.projectreactor:reactor-bom:2020.0.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.projectreactor:reactor-core:3.4.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor.netty:reactor-netty-core:1.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor.netty:reactor-netty-http:1.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.projectreactor:reactor-core:3.4.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.prometheus:simpleclient:0.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.prometheus:simpleclient_common:0.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.prometheus:simpleclient_pushgateway:0.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath diff --git a/samples/micrometer-samples-hazelcast/gradle.lockfile b/samples/micrometer-samples-hazelcast/gradle.lockfile index c1b15791c7..b6551c1d8b 100644 --- a/samples/micrometer-samples-hazelcast/gradle.lockfile +++ b/samples/micrometer-samples-hazelcast/gradle.lockfile @@ -23,7 +23,7 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.projectreactor:reactor-bom:2020.0.21=default,runtimeClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=default,runtimeClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/samples/micrometer-samples-hazelcast3/gradle.lockfile b/samples/micrometer-samples-hazelcast3/gradle.lockfile index cb84eb1b7a..c68f67b687 100644 --- a/samples/micrometer-samples-hazelcast3/gradle.lockfile +++ b/samples/micrometer-samples-hazelcast3/gradle.lockfile @@ -24,7 +24,7 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.projectreactor:reactor-bom:2020.0.21=default,runtimeClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=default,runtimeClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/samples/micrometer-samples-javalin/gradle.lockfile b/samples/micrometer-samples-javalin/gradle.lockfile index 5dc6e2d842..10dd6f7797 100644 --- a/samples/micrometer-samples-javalin/gradle.lockfile +++ b/samples/micrometer-samples-javalin/gradle.lockfile @@ -23,7 +23,7 @@ info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle io.javalin:javalin:4.1.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.projectreactor:reactor-bom:2020.0.21=default,runtimeClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=default,runtimeClasspath,testRuntimeClasspath io.prometheus:simpleclient:0.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.prometheus:simpleclient_common:0.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.prometheus:simpleclient_tracer_common:0.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath diff --git a/samples/micrometer-samples-jersey3/gradle.lockfile b/samples/micrometer-samples-jersey3/gradle.lockfile index 5593c0d667..3f346bb00d 100644 --- a/samples/micrometer-samples-jersey3/gradle.lockfile +++ b/samples/micrometer-samples-jersey3/gradle.lockfile @@ -22,7 +22,7 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.projectreactor:reactor-bom:2020.0.21=default,runtimeClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=default,runtimeClasspath,testRuntimeClasspath io.spring.javaformat:spring-javaformat-checkstyle:0.0.31=checkstyle io.spring.javaformat:spring-javaformat-config:0.0.31=checkstyle io.spring.nohttp:nohttp-checkstyle:0.0.10=checkstyle,nohttp diff --git a/samples/micrometer-samples-spring-integration/gradle.lockfile b/samples/micrometer-samples-spring-integration/gradle.lockfile index c4a2a01a1e..d9a6fdcd81 100644 --- a/samples/micrometer-samples-spring-integration/gradle.lockfile +++ b/samples/micrometer-samples-spring-integration/gradle.lockfile @@ -29,7 +29,7 @@ commons-logging:commons-logging:1.2=nohttp info.picocli:picocli:3.9.5=nohttp-cli info.picocli:picocli:4.3.1=nohttp info.picocli:picocli:4.6.1=checkstyle -io.projectreactor:reactor-bom:2020.0.21=default,productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath +io.projectreactor:reactor-bom:2020.0.22=default,productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath io.projectreactor:reactor-core:3.4.13=compileClasspath,default,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.prometheus:simpleclient:0.12.0=compileClasspath,default,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.prometheus:simpleclient_common:0.12.0=compileClasspath,default,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath