From 20ff80c98a5b90b624efb29f354cf5f472d8c7ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 18:55:33 +0000 Subject: [PATCH] Bump com.typesafe:config from 1.4.5 to 1.4.6 Bumps [com.typesafe:config](https://github.com/lightbend/config) from 1.4.5 to 1.4.6. - [Release notes](https://github.com/lightbend/config/releases) - [Changelog](https://github.com/lightbend/config/blob/main/NEWS.md) - [Commits](https://github.com/lightbend/config/compare/v1.4.5...v1.4.6) --- updated-dependencies: - dependency-name: com.typesafe:config dependency-version: 1.4.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings-hocon/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings-hocon/build.gradle b/settings-hocon/build.gradle index 43603ca..578613d 100644 --- a/settings-hocon/build.gradle +++ b/settings-hocon/build.gradle @@ -1,5 +1,5 @@ dependencies { - api 'com.typesafe:config:1.4.5' + api 'com.typesafe:config:1.4.6' } javadoc {