From 9df4ec2f052df4aaedf8457600614f041b81c4ad Mon Sep 17 00:00:00 2001 From: Thomas Sapelza Date: Thu, 26 Mar 2026 08:21:47 +0100 Subject: [PATCH 1/7] update Quarkus from 3.32.1 to 3.34.1 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3b9d1fa..ae14ce4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,9 +7,9 @@ org.gradle.logging.level=INFO # Quarkus quarkusPluginId=io.quarkus -quarkusPluginVersion=3.32.1 +quarkusPluginVersion=3.34.1 # https://mvnrepository.com/artifact/io.quarkus.platform/quarkus-bom quarkusPlatformGroupId=io.quarkus.platform quarkusPlatformArtifactId=quarkus-bom -quarkusPlatformVersion=3.32.1 +quarkusPlatformVersion=3.34.1 systemProp.quarkus.analytics.disabled=true From b63b726adcff4d3f944878fbf6d45afa1014b791 Mon Sep 17 00:00:00 2001 From: Thomas Sapelza Date: Thu, 26 Mar 2026 08:22:50 +0100 Subject: [PATCH 2/7] update Gradle to 9.4.1 --- .idea/checkstyle-idea.xml | 2 +- gradle/wrapper/gradle-wrapper.jar | Bin 46175 -> 48966 bytes gradle/wrapper/gradle-wrapper.properties | 2 +- gradlew | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/checkstyle-idea.xml b/.idea/checkstyle-idea.xml index 2be65ed..c02e78f 100644 --- a/.idea/checkstyle-idea.xml +++ b/.idea/checkstyle-idea.xml @@ -1,7 +1,7 @@ - 12.1.2 + 13.3.0 JavaOnly