From 7ae53dac8729d98e34933237fadc248bfc1ca658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 00:12:21 +0000 Subject: [PATCH] Bump io.quarkus.platform:quarkus-bom from 3.28.2 to 3.28.3 Bumps [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) from 3.28.2 to 3.28.3. - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.28.2...3.28.3) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-version: 3.28.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9bef37c..0d82352 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ repositories { } def VERSIONS = [ - QUARKUS : "3.28.2", + QUARKUS : "3.28.3", QUARKUS_SCALA3: "1.0.0", SCALA3 : "3.7.3", MAGNUM : "1.3.1",