From f0198f375601a1ca670654f8dba181ac7f05f1b9 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Sat, 2 Sep 2017 00:28:41 +0200 Subject: [PATCH] Upgrade to Apache Johnzon 1.1.3 Issue: SPR-15590 --- 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 bd1e483623..3a244f2142 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:${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.2") + testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.3") } \ No newline at end of file