From 5420dec1107921a0fef6872e580284489055ac97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:15:22 -0700 Subject: [PATCH] Bump com.typesafe:config from 1.4.2 to 1.4.3 (#1272) Bumps [com.typesafe:config](https://github.com/lightbend/config) from 1.4.2 to 1.4.3. - [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.2...v1.4.3) --- updated-dependencies: - dependency-name: com.typesafe:config dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 58419033f9..3fbc590c83 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ commons-lang3 = "3.13.0" commons-math3 = "3.6.1" commons-text = "1.10.0" concurrentlinkedhashmap = "1.4.2" -config = "1.4.2" +config = "1.4.3" coveralls = "2.12.2" dependency-check = "8.4.0" eclipse-collections = "12.0.0.M3"