Skip to content

Commit

Permalink
Upgrade to Reactor 2022.0.20
Browse files Browse the repository at this point in the history
Closes gh-1004
  • Loading branch information
bclozel committed Jun 18, 2024
1 parent b979f79 commit bb009f4
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.15.4"))
api(platform("io.projectreactor:reactor-bom:2022.0.16"))
api(platform("io.projectreactor:reactor-bom:2022.0.20"))
api(platform("io.micrometer:micrometer-bom:1.11.9"))
api(platform("io.micrometer:micrometer-tracing-bom:1.1.10"))
api(platform("org.springframework.data:spring-data-bom:2023.0.9"))
Expand Down

0 comments on commit bb009f4

Please sign in to comment.