From f09f5021bc3523b2386dd7305d696983a2ed2967 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 May 2020 07:27:58 +0000 Subject: [PATCH] Bump vavr from 0.10.2 to 0.10.3 Bumps [vavr](https://github.com/vavr-io/vavr) from 0.10.2 to 0.10.3. - [Release notes](https://github.com/vavr-io/vavr/releases) - [Changelog](https://github.com/vavr-io/vavr/blob/master/RELEASE.md) - [Commits](https://github.com/vavr-io/vavr/compare/v0.10.2...v0.10.3) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 059f5dd..2f787c4 100644 --- a/build.gradle +++ b/build.gradle @@ -179,7 +179,7 @@ dependencies { // Typesafe Config - Configuration library for JVM languages (Apache 2.0) implementation group: 'com.typesafe', name: 'config', version: '1.4.0' // Vavr - object-functional library (Apache 2.0) - implementation group: 'io.vavr', name: 'vavr', version: '0.10.2' + implementation group: 'io.vavr', name: 'vavr', version: '0.10.3' //