From 1fc6d3ef6bc40518afce304ce31a81fcc766443f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 09:15:45 +0000 Subject: [PATCH] Bump io.quarkus.platform:quarkus-bom from 3.25.4 to 3.26.2 Bumps [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) from 3.25.4 to 3.26.2. - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.25.4...3.26.2) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-version: 3.26.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 21ed0d6..2a59a72 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ repositories { } def VERSIONS = [ - QUARKUS : "3.25.4", + QUARKUS : "3.26.2", QUARKUS_SCALA3: "1.0.0", SCALA3 : "3.7.2", MAGNUM : "1.3.1",