From d75db1e9e3aa011aedaa67f006e1ba1744d0f47c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 06:40:33 +0000 Subject: [PATCH] Bump openpojo from 0.8.3 to 0.8.13 Bumps [openpojo](https://github.com/oshoukry/openpojo) from 0.8.3 to 0.8.13. - [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.13) 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..dc7fcd1 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.13' 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'