From e9b824180a0b4cecd7e2b35d30c7a2f7092bff99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 06:45:25 +0000 Subject: [PATCH] Bump io.smallrye.config:smallrye-config from 2.11.1 to 3.9.1 Bumps [io.smallrye.config:smallrye-config](https://github.com/smallrye/smallrye-config) from 2.11.1 to 3.9.1. - [Release notes](https://github.com/smallrye/smallrye-config/releases) - [Commits](https://github.com/smallrye/smallrye-config/compare/2.11.1...3.9.1) --- 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 7f03d669..d142ab19 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.9.1" smallryeHealthVersion = "3.2.1" snakeyamlVersion = "1.33"