1717plugins {
1818 id ' com.github.sherter.google-java-format' version ' 0.9' apply false
1919 id ' me.champeau.jmh' version ' 0.6.7' apply false
20- id ' io.spring.dependency-management' version ' 1.0.13 .RELEASE' apply false
20+ id ' io.spring.dependency-management' version ' 1.0.15 .RELEASE' apply false
2121 id ' io.morethan.jmhreport' version ' 0.9.0' apply false
2222 id ' io.github.reyerizo.gradle.jcstress' version ' 0.8.13' apply false
2323 id ' com.github.vlsi.gradle-extensions' version ' 1.76' apply false
@@ -33,17 +33,17 @@ subprojects {
3333 apply plugin : ' com.github.sherter.google-java-format'
3434 apply plugin : ' com.github.vlsi.gradle-extensions'
3535
36- ext[' reactor-bom.version' ] = ' 2020 .0.23 '
36+ ext[' reactor-bom.version' ] = ' 2022 .0.7-SNAPSHOT '
3737 ext[' logback.version' ] = ' 1.2.10'
38- ext[' netty-bom.version' ] = ' 4.1.81 .Final'
39- ext[' netty-boringssl.version' ] = ' 2.0.54 .Final'
38+ ext[' netty-bom.version' ] = ' 4.1.90 .Final'
39+ ext[' netty-boringssl.version' ] = ' 2.0.59 .Final'
4040 ext[' hdrhistogram.version' ] = ' 2.1.12'
4141 ext[' mockito.version' ] = ' 4.4.0'
4242 ext[' slf4j.version' ] = ' 1.7.36'
4343 ext[' jmh.version' ] = ' 1.35'
4444 ext[' junit.version' ] = ' 5.8.1'
45- ext[' micrometer.version' ] = ' 1.10.0-SNAPSHOT '
46- ext[' micrometer-tracing.version' ] = ' 1.0.0-SNAPSHOT '
45+ ext[' micrometer.version' ] = ' 1.10.6 '
46+ ext[' micrometer-tracing.version' ] = ' 1.0.4 '
4747 ext[' assertj.version' ] = ' 3.22.0'
4848 ext[' netflix.limits.version' ] = ' 0.3.6'
4949 ext[' bouncycastle-bcpkix.version' ] = ' 1.70'
@@ -70,18 +70,15 @@ subprojects {
7070 mavenBom " io.projectreactor:reactor-bom:${ ext['reactor-bom.version']} "
7171 mavenBom " io.netty:netty-bom:${ ext['netty-bom.version']} "
7272 mavenBom " org.junit:junit-bom:${ ext['junit.version']} "
73+ mavenBom " io.micrometer:micrometer-bom:${ ext['micrometer.version']} "
74+ mavenBom " io.micrometer:micrometer-tracing-bom:${ ext['micrometer-tracing.version']} "
7375 }
7476
7577 dependencies {
7678 dependency " com.netflix.concurrency-limits:concurrency-limits-core:${ ext['netflix.limits.version']} "
7779 dependency " ch.qos.logback:logback-classic:${ ext['logback.version']} "
7880 dependency " io.netty:netty-tcnative-boringssl-static:${ ext['netty-boringssl.version']} "
7981 dependency " org.bouncycastle:bcpkix-jdk15on:${ ext['bouncycastle-bcpkix.version']} "
80- dependency " io.micrometer:micrometer-core:${ ext['micrometer.version']} "
81- dependency " io.micrometer:micrometer-observation:${ ext['micrometer.version']} "
82- dependency " io.micrometer:micrometer-test:${ ext['micrometer.version']} "
83- dependency " io.micrometer:micrometer-tracing:${ ext['micrometer-tracing.version']} "
84- dependency " io.micrometer:micrometer-tracing-integration-test:${ ext['micrometer-tracing.version']} "
8582 dependency " org.assertj:assertj-core:${ ext['assertj.version']} "
8683 dependency " org.hdrhistogram:HdrHistogram:${ ext['hdrhistogram.version']} "
8784 dependency " org.slf4j:slf4j-api:${ ext['slf4j.version']} "
@@ -109,6 +106,7 @@ subprojects {
109106 includeGroup " io.micrometer"
110107 includeGroup " io.projectreactor"
111108 includeGroup " io.projectreactor.netty"
109+ includeGroup " io.micrometer"
112110 }
113111 }
114112
@@ -179,8 +177,6 @@ subprojects {
179177 }
180178 }
181179
182- forkEvery = 1
183-
184180 if (isCiServer) {
185181 def stdout = new LinkedList<TestOutputEvent > ()
186182 beforeTest { TestDescriptor td ->
0 commit comments