Skip to content

Commit

Permalink
[release] Prepare and release 1.3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Sep 12, 2023
1 parent 9597c93 commit c83ccd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ With Gradle from repo.spring.io:
}
dependencies {
compile "io.projectreactor.kafka:reactor-kafka:1.3.20"
// compile "io.projectreactor.kafka:reactor-kafka:1.3.21-SNAPSHOT"
compile "io.projectreactor.kafka:reactor-kafka:1.3.21"
// compile "io.projectreactor.kafka:reactor-kafka:1.3.22-SNAPSHOT"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.3.21-SNAPSHOT
version=1.3.21
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
reactorCore = "3.4.33-SNAPSHOT"
reactorCore = "3.4.32"

# Other shared versions
asciidoctor = "3.3.2"
Expand Down

0 comments on commit c83ccd5

Please sign in to comment.