Skip to content

Commit 439b316

Browse files
Bump io.projectreactor:reactor-bom from 2023.0.9 to 2023.0.10
Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2023.0.9 to 2023.0.10. - [Release notes](https://github.com/reactor/reactor/releases) - [Commits](reactor/reactor@2023.0.9...2023.0.10) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3372c11 commit 439b316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dependencies {
9898
runtimeOnly("ch.qos.logback:logback-classic:1.2.13") // Remove fixed version when micronaut has updated to 1.3+
9999

100100
// Needs to be compatible with Micronaut's reactor-based BOM.
101-
implementation(platform("io.projectreactor:reactor-bom:2023.0.9"))
101+
implementation(platform("io.projectreactor:reactor-bom:2023.0.10"))
102102

103103
// OpenAPI specification and interactive UI generated from code
104104
kapt("io.micronaut.openapi:micronaut-openapi")

0 commit comments

Comments
 (0)