diff --git a/spring-web/spring-web.gradle b/spring-web/spring-web.gradle index 5e21570feb..0b1014cd0b 100644 --- a/spring-web/spring-web.gradle +++ b/spring-web/spring-web.gradle @@ -85,5 +85,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.2") - testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.5") + testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.6") }