From 0d3fa4eb70bbd17734a1519a3dbb8816b4f74b20 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 10 Oct 2017 20:35:47 +0200 Subject: [PATCH] Upgrade to Apache Johnzon 1.1.4 --- spring-web/spring-web.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-web/spring-web.gradle b/spring-web/spring-web.gradle index a2784f50687..eefa9bb8f44 100644 --- a/spring-web/spring-web.gradle +++ b/spring-web/spring-web.gradle @@ -88,5 +88,5 @@ dependencies { testRuntime("com.sun.xml.bind:jaxb-core:2.3.0") testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0") testRuntime("javax.json:javax.json-api:1.1") - testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.3") + testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.4") }