Skip to content

Commit 9cfe17f

Browse files
committed
[release] Prepare and release 3.6.14
Signed-off-by: Violeta Georgieva <[email protected]>
1 parent 7fbd839 commit 9cfe17f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ repositories {
3131
}
3232
3333
dependencies {
34-
compile "io.projectreactor:reactor-core:3.6.13"
35-
testCompile "io.projectreactor:reactor-test:3.6.13"
34+
compile "io.projectreactor:reactor-core:3.6.14"
35+
testCompile "io.projectreactor:reactor-test:3.6.14"
3636
3737
// Alternatively, use the following for latest snapshot artifacts in this line
38-
// compile "io.projectreactor:reactor-core:3.6.14-SNAPSHOT"
39-
// testCompile "io.projectreactor:reactor-test:3.6.14-SNAPSHOT"
38+
// compile "io.projectreactor:reactor-core:3.6.15-SNAPSHOT"
39+
// testCompile "io.projectreactor:reactor-test:3.6.15-SNAPSHOT"
4040
4141
// Optionally, use `reactor-tools` to help debugging reactor code
42-
// implementation "io.projectreactor:reactor-tools:3.6.13"
42+
// implementation "io.projectreactor:reactor-tools:3.6.14"
4343
}
4444
```
4545

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version=3.6.14-SNAPSHOT
2-
bomVersion=2023.0.13
3-
metricsMicrometerVersion=1.1.14-SNAPSHOT
1+
version=3.6.14
2+
bomVersion=2023.0.15
3+
metricsMicrometerVersion=1.1.14
44

55
org.gradle.parallel=true

0 commit comments

Comments
 (0)