Skip to content

Commit c83ccd5

Browse files
author
Dariusz Jędrzejczyk
committed
[release] Prepare and release 1.3.21
1 parent 9597c93 commit c83ccd5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ With Gradle from repo.spring.io:
4545
}
4646
4747
dependencies {
48-
compile "io.projectreactor.kafka:reactor-kafka:1.3.20"
49-
// compile "io.projectreactor.kafka:reactor-kafka:1.3.21-SNAPSHOT"
48+
compile "io.projectreactor.kafka:reactor-kafka:1.3.21"
49+
// compile "io.projectreactor.kafka:reactor-kafka:1.3.22-SNAPSHOT"
5050
}
5151
```
5252

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.3.21-SNAPSHOT
1+
version=1.3.21

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
reactorCore = "3.4.33-SNAPSHOT"
2+
reactorCore = "3.4.32"
33

44
# Other shared versions
55
asciidoctor = "3.3.2"

0 commit comments

Comments
 (0)