From f43ea96dd99e5528bd6f76cfed91ee1295e07ca6 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Sun, 11 Jun 2017 12:02:57 +0200 Subject: [PATCH] Upgrade to Apache Johnzon 1.1.1 Issue: SPR-15590 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d158e9df96..6daa2ff3c4 100644 --- a/build.gradle +++ b/build.gradle @@ -775,7 +775,7 @@ project("spring-web") { testRuntime("com.sun.xml.bind:jaxb-core:${jaxbVersion}") testRuntime("com.sun.xml.bind:jaxb-impl:${jaxbVersion}") testRuntime("javax.json:javax.json-api:1.1") - testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.0") + testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.1") } }