File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ repositories {
3131}
3232
3333dependencies {
34- compile "io.projectreactor:reactor-core:3.6.2 "
35- testCompile "io.projectreactor:reactor-test:3.6.2 "
34+ compile "io.projectreactor:reactor-core:3.6.3 "
35+ testCompile "io.projectreactor:reactor-test:3.6.3 "
3636
3737 // Alternatively, use the following for latest snapshot artifacts in this line
38- // compile "io.projectreactor:reactor-core:3.6.3 -SNAPSHOT"
39- // testCompile "io.projectreactor:reactor-test:3.6.3 -SNAPSHOT"
38+ // compile "io.projectreactor:reactor-core:3.6.4 -SNAPSHOT"
39+ // testCompile "io.projectreactor:reactor-test:3.6.4 -SNAPSHOT"
4040
4141 // Optionally, use `reactor-tools` to help debugging reactor code
42- // implementation "io.projectreactor:reactor-tools:3.6.2 "
42+ // implementation "io.projectreactor:reactor-tools:3.6.3 "
4343}
4444```
4545
Original file line number Diff line number Diff line change 1- version =3.6.3-SNAPSHOT
2- bomVersion =2023.0.2
3- metricsMicrometerVersion =1.1.3-SNAPSHOT
1+ version =3.6.3
2+ bomVersion =2023.0.3
3+ metricsMicrometerVersion =1.1.3
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ baselinePerfExtra = "3.5.1"
1414# Other shared versions
1515asciidoctor = " 3.3.2"
1616# note that some micrometer artifacts like context-propagation has a different version directly set in libraries below
17- micrometer = " 1.12.2 "
17+ micrometer = " 1.12.3 "
1818micrometerDocsGenerator = " 1.0.2"
19- micrometerTracingTest =" 1.2.2 "
20- contextPropagation =" 1.1.0 "
19+ micrometerTracingTest =" 1.2.3 "
20+ contextPropagation =" 1.1.1 "
2121kotlin = " 1.5.32"
2222reactiveStreams = " 1.0.4"
2323
You can’t perform that action at this time.
0 commit comments