diff --git a/core/src/main/java/io/micronaut/retry/intercept/OverrideRetryInterceptor.java b/core/src/main/java/io/micronaut/retry/intercept/OverrideRetryInterceptor.java index e9f885bd7d..d9e7214c3f 100644 --- a/core/src/main/java/io/micronaut/retry/intercept/OverrideRetryInterceptor.java +++ b/core/src/main/java/io/micronaut/retry/intercept/OverrideRetryInterceptor.java @@ -56,7 +56,8 @@ public class OverrideRetryInterceptor implements MethodInterceptor attrs = context.getAttributes(); diff --git a/platform/build.gradle b/platform/build.gradle index 9b0d82b00f..211ab4faaf 100644 --- a/platform/build.gradle +++ b/platform/build.gradle @@ -26,7 +26,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.8.0") + api platform("io.micronaut.platform:micronaut-platform:4.9.2") api platform("io.qameta.allure:allure-bom:2.29.1") // 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.57.0') @@ -143,4 +143,4 @@ dependencies { api "io.kestra:runner-memory:$version" api "io.kestra:storage-local:$version" } -} \ No newline at end of file +}