From 038bc941e0deee9f262b2071cab668063529191c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 18:53:21 -0500 Subject: Bump quarkus.platform.version from 2.11.2.Final to 2.15.1.Final (#2) Bumps `quarkus.platform.version` from 2.11.2.Final to 2.15.1.Final. Updates `quarkus-bom` from 2.11.2.Final to 2.15.1.Final - [Release notes](https://github.com/quarkusio/quarkus-platform/releases) - [Commits](https://github.com/quarkusio/quarkus-platform/compare/2.11.2.Final...2.15.1.Final) Updates `quarkus-maven-plugin` from 2.11.2.Final to 2.15.1.Final - [Release notes](https://github.com/quarkusio/quarkus-platform/releases) - [Commits](https://github.com/quarkusio/quarkus-platform/compare/2.11.2.Final...2.15.1.Final) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 4c6cfa9..ea8da17 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ UTF-8 quarkus-bom io.quarkus.platform - 2.11.2.Final + 2.15.1.Final true 3.0.0-M7 -- cgit