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") } }