Skip to content

Commit

Permalink
[release] Prepare and release 3.4.24
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Oct 11, 2022
1 parent f160733 commit 925351c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -33,15 +33,15 @@ repositories {
}
dependencies {
compile "io.projectreactor:reactor-core:3.4.23"
testCompile "io.projectreactor:reactor-test:3.4.23"
compile "io.projectreactor:reactor-core:3.4.24"
testCompile "io.projectreactor:reactor-test:3.4.24"
// Alternatively, use the following for latest snapshot artifacts in this line
// compile "io.projectreactor:reactor-core:3.4.24-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.4.24-SNAPSHOT"
// compile "io.projectreactor:reactor-core:3.4.25-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.4.25-SNAPSHOT"
// Optionally, use `reactor-tools` to help debugging reactor code
// implementation "io.projectreactor:reactor-tools:3.4.23"
// implementation "io.projectreactor:reactor-tools:3.4.24"
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
@@ -1,2 +1,2 @@
version=3.4.24-SNAPSHOT
bomVersion=2020.0.23
version=3.4.24
bomVersion=2020.0.24

0 comments on commit 925351c

Please sign in to comment.