From 4f4cb96640d4f4891c4a2bc80e7c31e56f716283 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 09:45:48 +0000 Subject: [PATCH] Bump openpojo from 0.8.3 to 0.8.12 Bumps [openpojo](https://github.com/oshoukry/openpojo) from 0.8.3 to 0.8.12. - [Release notes](https://github.com/oshoukry/openpojo/releases) - [Changelog](https://github.com/OpenPojo/openpojo/blob/master/doc/release_steps.txt) - [Commits](https://github.com/oshoukry/openpojo/compare/openpojo-0.8.3...openpojo-0.8.12) 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 34774f7..ff9de2c 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ dependencies { compile 'org.slf4j:slf4j-api:1.7.7' compile 'com.fasterxml.jackson.core:jackson-databind:2.4.2' - testCompile 'com.openpojo:openpojo:0.8.3' + testCompile 'com.openpojo:openpojo:0.8.12' testCompile "org.codehaus.groovy:groovy-all:2.3.7" testCompile "org.spockframework:spock-core:1.0-groovy-2.4" testRuntime 'org.slf4j:slf4j-simple:1.7.7'