From c1f903b1ada05f5396f5002478bb9f7aaa998202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 04:32:06 +0000 Subject: [PATCH] Bump com.typesafe:config from 1.4.3 to 1.4.4 Bumps [com.typesafe:config](https://github.com/lightbend/config) from 1.4.3 to 1.4.4. - [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.3...v1.4.4) --- updated-dependencies: - dependency-name: com.typesafe:config dependency-version: 1.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b2775b2e..34a99377 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ dependencies { implementation 'ch.qos.logback:logback-classic:1.5.18' // config - implementation 'com.typesafe:config:1.4.3' + implementation 'com.typesafe:config:1.4.4' implementation "com.github.scopt:scopt_$scalaVersion:4.1.0" // cmd args parser // osm4scala