From 65673d7290489213b36cec9eb9e11946fa7b89fe Mon Sep 17 00:00:00 2001 From: Roberto Cortez Date: Sat, 11 Jan 2025 16:28:54 +0000 Subject: [PATCH] Update SmallRye Config to 3.11.1 --- 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 5d4d94cd46c6f..53c0c1581d886 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -47,7 +47,7 @@ 2.0 4.0.2 2.9.0 - 3.11.0 + 3.11.1 4.1.1 4.0.0 4.0.6 diff --git a/devtools/gradle/gradle/libs.versions.toml b/devtools/gradle/gradle/libs.versions.toml index 2ed83ec446ca8..69f2aa9ec9b2c 100644 --- a/devtools/gradle/gradle/libs.versions.toml +++ b/devtools/gradle/gradle/libs.versions.toml @@ -3,7 +3,7 @@ plugin-publish = "1.3.0" # updating Kotlin here makes QuarkusPluginTest > shouldNotFailOnProjectDependenciesWithoutMain(Path) fail kotlin = "2.0.21" -smallrye-config = "3.11.0" +smallrye-config = "3.11.1" junit5 = "5.10.5" assertj = "3.27.2"