From a6f97e0c98ea445350178d81b6dc18d7d57a1cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 06:12:08 +0000 Subject: [PATCH] Bump io.smallrye.config:smallrye-config from 2.11.1 to 3.8.3 Bumps [io.smallrye.config:smallrye-config](https://github.com/smallrye/smallrye-config) from 2.11.1 to 3.8.3. - [Release notes](https://github.com/smallrye/smallrye-config/releases) - [Commits](https://github.com/smallrye/smallrye-config/compare/2.11.1...3.8.3) --- 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..e43c01c7 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.8.3" smallryeHealthVersion = "3.2.1" snakeyamlVersion = "1.33"