From 18707def7e39a06f8725f2b29f60e5381f1a2881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Dec 2021 08:54:31 +0000 Subject: [PATCH] Bump config from 1.4.0 to 1.4.1 Bumps [config](https://github.com/lightbend/config) from 1.4.0 to 1.4.1. - [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.0...v1.4.1) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b776df2..7d5c9d5 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ dependencies { // Check-against libraries testCompile 'org.json:json:20190722' - testCompile 'com.typesafe:config:1.4.0' + testCompile 'com.typesafe:config:1.4.1' testRuntime 'org.apache.logging.log4j:log4j-api:2.17.0' testRuntime 'org.apache.logging.log4j:log4j-core:2.17.0' testRuntime 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.0'