From 36074744d374d4d3cd49d82c126ddb99c145699c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 06:04:40 +0000 Subject: [PATCH] Bump io.smallrye.config:smallrye-config from 2.11.1 to 3.8.1 Bumps [io.smallrye.config:smallrye-config](https://github.com/smallrye/smallrye-config) from 2.11.1 to 3.8.1. - [Release notes](https://github.com/smallrye/smallrye-config/releases) - [Commits](https://github.com/smallrye/smallrye-config/compare/2.11.1...3.8.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..63d1ff53 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.1" smallryeHealthVersion = "3.2.1" snakeyamlVersion = "1.33"