From d7f3d4c2781db8a57c735d91507ae5a804a7ea1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 08:09:32 +0000 Subject: [PATCH 1/2] 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](https://github.com/reactor/reactor/compare/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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7f244cb8..cce283da 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -98,7 +98,7 @@ dependencies { runtimeOnly("ch.qos.logback:logback-classic:1.2.13") // Remove fixed version when micronaut has updated to 1.3+ // Needs to be compatible with Micronaut's reactor-based BOM. - implementation(platform("io.projectreactor:reactor-bom:2023.0.7")) + implementation(platform("io.projectreactor:reactor-bom:2023.0.8")) // OpenAPI specification and interactive UI generated from code kapt("io.micronaut.openapi:micronaut-openapi") From 1eaf644c882f9bf7a2ffe232da9303a29f2137ee Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Tue, 16 Jul 2024 16:17:50 +0800 Subject: [PATCH 2/2] Bump expected reactor-tools version --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index cce283da..11d8a3c9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,7 +30,7 @@ val depVersions = depDescriptors.mapValues { (_, v) -> v.split(':').last() } + mapOf( "javaMajor" to "17", - "reactorToolsVersionExpected" to "3.6.7" + "reactorToolsVersionExpected" to "3.6.8" ) repositories {