Skip to content

Commit 5de5a2a

Browse files
committed
[release] Prepare and release 3.7.15
Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
1 parent cb953c7 commit 5de5a2a

2 files changed

Lines changed: 8 additions & 8 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.14"
32-
testCompile "io.projectreactor:reactor-test:3.7.14"
31+
compile "io.projectreactor:reactor-core:3.7.15"
32+
testCompile "io.projectreactor:reactor-test:3.7.15"
3333
3434
// Alternatively, use the following for latest snapshot artifacts in this line
35-
// compile "io.projectreactor:reactor-core:3.7.15-SNAPSHOT"
36-
// testCompile "io.projectreactor:reactor-test:3.7.15-SNAPSHOT"
35+
// compile "io.projectreactor:reactor-core:3.7.16-SNAPSHOT"
36+
// testCompile "io.projectreactor:reactor-test:3.7.16-SNAPSHOT"
3737
3838
// Optionally, use `reactor-tools` to help debugging reactor code
39-
// implementation "io.projectreactor:reactor-tools:3.7.14"
39+
// implementation "io.projectreactor:reactor-tools:3.7.15"
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.15-SNAPSHOT
2-
bomVersion=2024.0.13
3-
metricsMicrometerVersion=1.2.15-SNAPSHOT
1+
version=3.7.15
2+
bomVersion=2024.0.14
3+
metricsMicrometerVersion=1.2.15
44

55
org.gradle.parallel=true

0 commit comments

Comments
 (0)