Skip to content

Commit 9b5105f

Browse files
committed
[release] Prepare and release 3.7.10
Signed-off-by: Dariusz Jędrzejczyk <[email protected]>
1 parent df777d0 commit 9b5105f

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ repositories {
2828
}
2929
3030
dependencies {
31-
compile "io.projectreactor:reactor-core:3.7.9"
32-
testCompile "io.projectreactor:reactor-test:3.7.9"
31+
compile "io.projectreactor:reactor-core:3.7.10"
32+
testCompile "io.projectreactor:reactor-test:3.7.10"
3333
3434
// Alternatively, use the following for latest snapshot artifacts in this line
35-
// compile "io.projectreactor:reactor-core:3.7.10-SNAPSHOT"
36-
// testCompile "io.projectreactor:reactor-test:3.7.10-SNAPSHOT"
35+
// compile "io.projectreactor:reactor-core:3.7.11-SNAPSHOT"
36+
// testCompile "io.projectreactor:reactor-test:3.7.11-SNAPSHOT"
3737
3838
// Optionally, use `reactor-tools` to help debugging reactor code
39-
// implementation "io.projectreactor:reactor-tools:3.7.9"
39+
// implementation "io.projectreactor:reactor-tools:3.7.10"
4040
}
4141
```
4242

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version=3.7.10-SNAPSHOT
2-
bomVersion=2024.0.9
3-
metricsMicrometerVersion=1.2.10-SNAPSHOT
1+
version=3.7.10
2+
bomVersion=2024.0.10
3+
metricsMicrometerVersion=1.2.10
44

55
org.gradle.parallel=true

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.10"
17+
micrometer = "1.14.11"
1818
micrometerDocsGenerator = "1.0.4"
19-
micrometerTracingTest="1.4.9"
19+
micrometerTracingTest="1.4.10"
2020
contextPropagation="1.1.3"
2121
reactiveStreams = "1.0.4"
2222
antora = "1.0.0"

0 commit comments

Comments
 (0)