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