From fbb58f4a934d8c7d210c2b7fe184a06bf3741bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 02:13:39 +0000 Subject: [PATCH] Bump config from 1.4.0 to 1.4.2 Bumps [config](https://github.com/lightbend/config) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/lightbend/config/releases) - [Changelog](https://github.com/lightbend/config/blob/v1.4.2/NEWS.md) - [Commits](https://github.com/lightbend/config/compare/v1.4.0...v1.4.2) --- updated-dependencies: - dependency-name: com.typesafe:config 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 059f5dd..5eaef6b 100644 --- a/build.gradle +++ b/build.gradle @@ -177,7 +177,7 @@ dependencies { implementation group: 'io.micrometer', name: 'micrometer-registry-jmx', version: '1.5.1' implementation group: 'io.micrometer', name: 'micrometer-registry-prometheus', version: '1.5.1' // Typesafe Config - Configuration library for JVM languages (Apache 2.0) - implementation group: 'com.typesafe', name: 'config', version: '1.4.0' + implementation group: 'com.typesafe', name: 'config', version: '1.4.2' // Vavr - object-functional library (Apache 2.0) implementation group: 'io.vavr', name: 'vavr', version: '0.10.2'