From ca4b84cc6b471ae5c9c766919334fe2fb6508093 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Mon, 23 Dec 2024 16:15:00 +0100 Subject: [PATCH] chore: update to latest Quarkus micro While I agree you should stay compatible with the minor requested by the Operator SDK extension, I don't think it's a good idea to stay on the micro as you are missing all the fixes we are pushing since at the moment the version used here is 3.17.0. So my advice is: update to the latest micro of the minor branch requested for the Operator SDK. This is important for #1076 as otherwise, you will have to wait a lot longer to get the fix. Also it's good practice in general. --- pom.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8c8993f37..c7d1c9724 100644 --- a/pom.xml +++ b/pom.xml @@ -53,11 +53,12 @@ 3.5.2 - 3.17.0 + 3.17.5 6.9.1 9.1.0-patch @@ -92,6 +93,13 @@ + + io.quarkus + quarkus-bom + ${version.quarkus-platform} + pom + import + io.quarkiverse.operatorsdk quarkus-operator-sdk-bom