Skip to content

Commit cb12ba5

Browse files
committed
[release] Prepare and release 3.8.3
Signed-off-by: Violeta Georgieva <[email protected]>
1 parent a430ffe commit cb12ba5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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.2"
29-
testCompile "io.projectreactor:reactor-test:3.8.2"
28+
compile "io.projectreactor:reactor-core:3.8.3"
29+
testCompile "io.projectreactor:reactor-test:3.8.3"
3030
3131
// Alternatively, use the following for latest snapshot artifacts in this line
32-
// compile "io.projectreactor:reactor-core:3.8.3-SNAPSHOT"
33-
// testCompile "io.projectreactor:reactor-test:3.8.3-SNAPSHOT"
32+
// compile "io.projectreactor:reactor-core:3.8.4-SNAPSHOT"
33+
// testCompile "io.projectreactor:reactor-test:3.8.4-SNAPSHOT"
3434
3535
// Optionally, use `reactor-tools` to help debugging reactor code
36-
// implementation "io.projectreactor:reactor-tools:3.8.2"
36+
// implementation "io.projectreactor:reactor-tools:3.8.3"
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.3-SNAPSHOT
2-
bomVersion=2025.0.2
1+
version=3.8.3
2+
bomVersion=2025.0.3
33

44
org.gradle.parallel=true

0 commit comments

Comments
 (0)