From be54af7484b8a5229f4b18fc073b4c2b0b942ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 08:51:32 -0400 Subject: build(deps): bump quarkus.platform.version from 3.28.1 to 3.28.2 (#723) Bumps `quarkus.platform.version` from 3.28.1 to 3.28.2. Updates `io.quarkus.platform:quarkus-bom` from 3.28.1 to 3.28.2 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.28.1...3.28.2) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.28.1 to 3.28.2 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.28.1...3.28.2) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-version: 3.28.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-version: 3.28.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6d61f16..4519e63 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ UTF-8 quarkus-bom io.quarkus.platform - 3.28.1 + 3.28.2 2.6.2 2.1.3 1.54.0 -- cgit