From dbfafcb1fd5393b55658bfa62c1a140a0011fd30 Mon Sep 17 00:00:00 2001 From: Marc Wrobel Date: Fri, 30 Dec 2022 11:58:56 +0100 Subject: [PATCH] Bump quarkus from 2.15.0.Final to 2.15.1.Final (#112) --- .tool-versions | 2 +- CHANGELOG.md | 2 +- gradle.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.tool-versions b/.tool-versions index 5e267d4..eb9d4a5 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ java temurin-17.0.5+8 -quarkus 2.15.0.Final +quarkus 2.15.1.Final gradle 7.5.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 27cc64d..a8e9204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,4 +17,4 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Internal -- Bump quarkus from 2.14.3.Final to 2.15.0.Final (#110). +- Bump quarkus from 2.14.3.Final to 2.15.1.Final (#110, #112). diff --git a/gradle.properties b/gradle.properties index 3f27df8..69928a7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ # Gradle properties quarkusPluginId=io.quarkus -quarkusPluginVersion=2.15.0.Final +quarkusPluginVersion=2.15.1.Final quarkusPlatformGroupId=io.quarkus.platform quarkusPlatformArtifactId=quarkus-bom -quarkusPlatformVersion=2.15.0.Final +quarkusPlatformVersion=2.15.1.Final # Quarkus properties quarkus.package.type=uber-jar