Skip to content

Commit 52d74fa

Browse files
committed
[release] Prepare and release 3.4.41
1 parent 1f8aa27 commit 52d74fa

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
@@ -33,15 +33,15 @@ repositories {
3333
}
3434
3535
dependencies {
36-
compile "io.projectreactor:reactor-core:3.4.40"
37-
testCompile "io.projectreactor:reactor-test:3.4.40"
36+
compile "io.projectreactor:reactor-core:3.4.41"
37+
testCompile "io.projectreactor:reactor-test:3.4.41"
3838
3939
// Alternatively, use the following for latest snapshot artifacts in this line
40-
// compile "io.projectreactor:reactor-core:3.4.41-SNAPSHOT"
41-
// testCompile "io.projectreactor:reactor-test:3.4.41-SNAPSHOT"
40+
// compile "io.projectreactor:reactor-core:3.4.42-SNAPSHOT"
41+
// testCompile "io.projectreactor:reactor-test:3.4.42-SNAPSHOT"
4242
4343
// Optionally, use `reactor-tools` to help debugging reactor code
44-
// implementation "io.projectreactor:reactor-tools:3.4.40"
44+
// implementation "io.projectreactor:reactor-tools:3.4.41"
4545
}
4646
```
4747

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.4.41-SNAPSHOT
2-
bomVersion=2020.0.46
1+
version=3.4.41
2+
bomVersion=2020.0.47
33

44
org.gradle.parallel=true

0 commit comments

Comments
 (0)