From 4720785a0a5574fd6fe79e5fcaa59590c9040566 Mon Sep 17 00:00:00 2001 From: Roberto Cortez Date: Fri, 15 Mar 2024 11:49:42 +0000 Subject: [PATCH] Update SmallRye Config to 3.7.0 --- bom/application/pom.xml | 2 +- devtools/gradle/gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bom/application/pom.xml b/bom/application/pom.xml index 6bed81e8922c0..7b4241d04591f 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -51,7 +51,7 @@ 2.0 3.1.1 2.3.0 - 3.6.1 + 3.7.0 4.1.0 4.0.0 3.10.0 diff --git a/devtools/gradle/gradle/libs.versions.toml b/devtools/gradle/gradle/libs.versions.toml index 66ad2a4f3765f..35e2b49a2d8ef 100644 --- a/devtools/gradle/gradle/libs.versions.toml +++ b/devtools/gradle/gradle/libs.versions.toml @@ -3,7 +3,7 @@ plugin-publish = "1.2.1" # updating Kotlin here makes QuarkusPluginTest > shouldNotFailOnProjectDependenciesWithoutMain(Path) fail kotlin = "1.9.23" -smallrye-config = "3.6.1" +smallrye-config = "3.7.0" junit5 = "5.10.2" assertj = "3.25.3"