Skip to content

Commit cdcba76

Browse files
committed
[release] Prepare and release 3.7.5
Signed-off-by: Violeta Georgieva <[email protected]>
1 parent efaad11 commit cdcba76

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

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.4"
32-
testCompile "io.projectreactor:reactor-test:3.7.4"
31+
compile "io.projectreactor:reactor-core:3.7.5"
32+
testCompile "io.projectreactor:reactor-test:3.7.5"
3333
3434
// Alternatively, use the following for latest snapshot artifacts in this line
35-
// compile "io.projectreactor:reactor-core:3.7.5-SNAPSHOT"
36-
// testCompile "io.projectreactor:reactor-test:3.7.5-SNAPSHOT"
35+
// compile "io.projectreactor:reactor-core:3.7.6-SNAPSHOT"
36+
// testCompile "io.projectreactor:reactor-test:3.7.6-SNAPSHOT"
3737
3838
// Optionally, use `reactor-tools` to help debugging reactor code
39-
// implementation "io.projectreactor:reactor-tools:3.7.4"
39+
// implementation "io.projectreactor:reactor-tools:3.7.5"
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.5-SNAPSHOT
2-
bomVersion=2024.0.4
3-
metricsMicrometerVersion=1.2.5-SNAPSHOT
1+
version=3.7.5
2+
bomVersion=2024.0.5
3+
metricsMicrometerVersion=1.2.5
44

55
org.gradle.parallel=true

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ 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.5"
17+
micrometer = "1.14.6"
1818
micrometerDocsGenerator = "1.0.4"
19-
micrometerTracingTest="1.4.4"
20-
contextPropagation="1.1.2"
19+
micrometerTracingTest="1.4.5"
20+
contextPropagation="1.1.3"
2121
kotlin = "1.8.22"
2222
reactiveStreams = "1.0.4"
2323
antora = "1.0.0"

0 commit comments

Comments
 (0)