Skip to content

Commit 35c878d

Browse files
committed
[release] Prepare and release 3.8.5
Signed-off-by: Violeta Georgieva <[email protected]>
1 parent f85c7b3 commit 35c878d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ repositories {
2525
}
2626
2727
dependencies {
28-
compile "io.projectreactor:reactor-core:3.8.4"
29-
testCompile "io.projectreactor:reactor-test:3.8.4"
28+
compile "io.projectreactor:reactor-core:3.8.5"
29+
testCompile "io.projectreactor:reactor-test:3.8.5"
3030
3131
// Alternatively, use the following for latest snapshot artifacts in this line
32-
// compile "io.projectreactor:reactor-core:3.8.5-SNAPSHOT"
33-
// testCompile "io.projectreactor:reactor-test:3.8.5-SNAPSHOT"
32+
// compile "io.projectreactor:reactor-core:3.8.6-SNAPSHOT"
33+
// testCompile "io.projectreactor:reactor-test:3.8.6-SNAPSHOT"
3434
3535
// Optionally, use `reactor-tools` to help debugging reactor code
36-
// implementation "io.projectreactor:reactor-tools:3.8.4"
36+
// implementation "io.projectreactor:reactor-tools:3.8.5"
3737
}
3838
```
3939

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.8.5-SNAPSHOT
2-
bomVersion=2025.0.4
1+
version=3.8.5
2+
bomVersion=2025.0.5
33

44
org.gradle.parallel=true

0 commit comments

Comments
 (0)