From 6139cff764ed3fca1951b4d19eac2e15baa930b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 06:58:51 +0000 Subject: [PATCH] Bump io.smallrye.config:smallrye-config from 2.11.1 to 3.5.4 Bumps [io.smallrye.config:smallrye-config](https://github.com/smallrye/smallrye-config) from 2.11.1 to 3.5.4. - [Release notes](https://github.com/smallrye/smallrye-config/releases) - [Commits](https://github.com/smallrye/smallrye-config/compare/2.11.1...3.5.4) --- updated-dependencies: - dependency-name: io.smallrye.config:smallrye-config dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 23fce9af..3719007f 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ ext { mustacheVersion = "0.9.10" quarkusVersion = "2.15.1.Final" slf4jVersion = "2.0.6" - smallryeConfigVersion = "2.11.1" + smallryeConfigVersion = "3.5.4" smallryeHealthVersion = "3.2.1" snakeyamlVersion = "1.33"