From c69ecd7200d409f2005d2257a8937c90564fae1c Mon Sep 17 00:00:00 2001 From: Roman Acevedo Date: Fri, 19 Dec 2025 14:42:22 +0100 Subject: [PATCH] Revert "chore(deps): upgrade Micronaut to 4.10.5" This reverts commit 167734e32a8452abb2278ada788637aa7d99c9e8. --- platform/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/platform/build.gradle b/platform/build.gradle index 0785a6bb4b..797df07e4e 100644 --- a/platform/build.gradle +++ b/platform/build.gradle @@ -30,7 +30,7 @@ dependencies { // as Jackson is in the Micronaut BOM, to force its version we need to use enforcedPlatform but it didn't really work, see later :( api enforcedPlatform("com.fasterxml.jackson:jackson-bom:$jacksonVersion") api enforcedPlatform("org.slf4j:slf4j-api:$slf4jVersion") - api platform("io.micronaut.platform:micronaut-platform:4.10.5") + api platform("io.micronaut.platform:micronaut-platform:4.9.4") api platform("io.qameta.allure:allure-bom:2.32.0") // we define cloud bom here for GCP, Azure and AWS so they are aligned for all plugins that use them (secret, storage, oss and ee plugins) api platform('com.google.cloud:libraries-bom:26.73.0') @@ -38,8 +38,6 @@ dependencies { api platform('software.amazon.awssdk:bom:2.40.10') api platform("dev.langchain4j:langchain4j-bom:$langchain4jVersion") api platform("dev.langchain4j:langchain4j-community-bom:$langchain4jCommunityVersion") - // Micronaut 4.10 brings a Jetty version no compatible with the one from Wiremock so we bump it here - api platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.1.2") constraints { // downgrade to proto 1.3.2-alpha as 1.5.0 needs protobuf 4