From af6ef2070b1ff9d4a70f1358a3fe12adbb39fb74 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2020 22:52:14 +0000 Subject: [PATCH] Bump typetools from 0.5.0 to 0.6.2 Bumps [typetools](https://github.com/jhalterman/typetools) from 0.5.0 to 0.6.2. - [Release notes](https://github.com/jhalterman/typetools/releases) - [Changelog](https://github.com/jhalterman/typetools/blob/master/CHANGELOG.md) - [Commits](https://github.com/jhalterman/typetools/compare/typetools-0.5.0...typetools-0.6.2) 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 dc48ecb9..3ec7e730 100644 --- a/build.gradle +++ b/build.gradle @@ -69,7 +69,7 @@ dependencies { exclude module: 'commons-io' } compile "com.github.ZeroMemes:Alpine:1.7" - compile group: 'net.jodah', name: 'typetools', version: '0.5.0' + compile group: 'net.jodah', name: 'typetools', version: '0.6.2' compile group: 'org.yaml', name: 'snakeyaml', version: '1.26' compile(group: 'org.reflections', name: 'reflections', version: '0.9.12') { exclude group: 'com.google.guava', module: 'guava'