Skip to content

Commit 5630334

Browse files
committed
[release] Prepare and release 3.7.8
Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
1 parent 23d4de5 commit 5630334

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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.7"
32-
testCompile "io.projectreactor:reactor-test:3.7.7"
31+
compile "io.projectreactor:reactor-core:3.7.8"
32+
testCompile "io.projectreactor:reactor-test:3.7.8"
3333
3434
// Alternatively, use the following for latest snapshot artifacts in this line
35-
// compile "io.projectreactor:reactor-core:3.7.8-SNAPSHOT"
36-
// testCompile "io.projectreactor:reactor-test:3.7.8-SNAPSHOT"
35+
// compile "io.projectreactor:reactor-core:3.7.9-SNAPSHOT"
36+
// testCompile "io.projectreactor:reactor-test:3.7.9-SNAPSHOT"
3737
3838
// Optionally, use `reactor-tools` to help debugging reactor code
39-
// implementation "io.projectreactor:reactor-tools:3.7.7"
39+
// implementation "io.projectreactor:reactor-tools:3.7.8"
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.8-SNAPSHOT
2-
bomVersion=2024.0.7
3-
metricsMicrometerVersion=1.2.8-SNAPSHOT
1+
version=3.7.8
2+
bomVersion=2024.0.8
3+
metricsMicrometerVersion=1.2.8
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.8"
17+
micrometer = "1.14.9"
1818
micrometerDocsGenerator = "1.0.4"
19-
micrometerTracingTest="1.4.7"
19+
micrometerTracingTest="1.4.8"
2020
contextPropagation="1.1.3"
2121
reactiveStreams = "1.0.4"
2222
antora = "1.0.0"

0 commit comments

Comments
 (0)