From c2272081e682a076ba240701695e0da2d3b66ba7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 21:52:48 +0000 Subject: [PATCH] Update quarkusPlatform to v3.8.1 (#8136) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9804883dd70..4cf2fbf9cc1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,7 +25,7 @@ opentelemetryAlpha = "1.31.0-alpha" opentracing = "0.33.0" picocli = "4.7.5" protobuf = "3.25.3" -quarkusPlatform = "3.7.4" +quarkusPlatform = "3.8.1" quarkusPlugin = "3.8.1" slf4j = "1.7.36" undertow = "2.2.28.Final"