Skip to content

Commit

Permalink
Upgrade to Reactor 2022.0.1
Browse files Browse the repository at this point in the history
Closes gh-586
  • Loading branch information
bclozel committed Dec 19, 2022
1 parent e252724 commit fc81402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ javaPlatform {
dependencies {
api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))
api(platform("com.fasterxml.jackson:jackson-bom:2.14.1"))
api(platform("io.projectreactor:reactor-bom:2022.0.0"))
api(platform("io.projectreactor:reactor-bom:2022.0.1"))
api(platform("io.micrometer:micrometer-bom:1.10.2"))
api(platform("io.micrometer:micrometer-tracing-bom:1.0.0"))
api(platform("org.springframework.data:spring-data-bom:2022.0.0"))
Expand Down

0 comments on commit fc81402

Please sign in to comment.