Skip to content

Commit a7ba59b

Browse files
committed
[release] Prepare and release 1.3.23
1 parent 9b09225 commit a7ba59b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
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.22"
49-
// compile "io.projectreactor.kafka:reactor-kafka:1.3.23-SNAPSHOT"
48+
compile "io.projectreactor.kafka:reactor-kafka:1.3.23"
49+
// compile "io.projectreactor.kafka:reactor-kafka:1.3.24-SNAPSHOT"
5050
}
5151
```
5252

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.3.23-SNAPSHOT
1+
version=1.3.23

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
reactorCore = "3.4.35-SNAPSHOT"
2+
reactorCore = "3.4.35"
33

44
# Other shared versions
55
asciidoctor = "3.3.2"

0 commit comments

Comments
 (0)