Skip to content

Commit d7f3d4c

Browse files
Bump io.projectreactor:reactor-bom from 2023.0.7 to 2023.0.8
Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2023.0.7 to 2023.0.8. - [Release notes](https://github.com/reactor/reactor/releases) - [Commits](reactor/reactor@2023.0.7...2023.0.8) --- 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 63eefef commit d7f3d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
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.7"))
101+
implementation(platform("io.projectreactor:reactor-bom:2023.0.8"))
102102

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

0 commit comments

Comments
 (0)