File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ repositories {
2828}
2929
3030dependencies {
31- compile "io.projectreactor:reactor-core:3.7.8 "
32- testCompile "io.projectreactor:reactor-test:3.7.8 "
31+ compile "io.projectreactor:reactor-core:3.7.9 "
32+ testCompile "io.projectreactor:reactor-test:3.7.9 "
3333
3434 // Alternatively, use the following for latest snapshot artifacts in this line
35- // compile "io.projectreactor:reactor-core:3.7.9 -SNAPSHOT"
36- // testCompile "io.projectreactor:reactor-test:3.7.9 -SNAPSHOT"
35+ // compile "io.projectreactor:reactor-core:3.7.10 -SNAPSHOT"
36+ // testCompile "io.projectreactor:reactor-test:3.7.10 -SNAPSHOT"
3737
3838 // Optionally, use `reactor-tools` to help debugging reactor code
39- // implementation "io.projectreactor:reactor-tools:3.7.8 "
39+ // implementation "io.projectreactor:reactor-tools:3.7.9 "
4040}
4141```
4242
Original file line number Diff line number Diff line change 1- version =3.7.9-SNAPSHOT
2- bomVersion =2024.0.8
3- metricsMicrometerVersion =1.2.9-SNAPSHOT
1+ version =3.7.9
2+ bomVersion =2024.0.9
3+ metricsMicrometerVersion =1.2.9
44
55org.gradle.parallel =true
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ baselinePerfExtra = "3.5.2"
1414
1515# Other shared versions
1616# note that some micrometer artifacts like context-propagation has a different version directly set in libraries below
17- micrometer = " 1.14.9 "
17+ micrometer = " 1.14.10 "
1818micrometerDocsGenerator = " 1.0.4"
19- micrometerTracingTest =" 1.4.8 "
19+ micrometerTracingTest =" 1.4.9 "
2020contextPropagation =" 1.1.3"
2121reactiveStreams = " 1.0.4"
2222antora = " 1.0.0"
You can’t perform that action at this time.
0 commit comments