Skip to content

Commit f0198f3

Browse files
committed
Upgrade to Apache Johnzon 1.1.3
Issue: SPR-15590
1 parent bff5478 commit f0198f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-web/spring-web.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ dependencies {
8888
testRuntime("com.sun.xml.bind:jaxb-core:${jaxbVersion}")
8989
testRuntime("com.sun.xml.bind:jaxb-impl:${jaxbVersion}")
9090
testRuntime("javax.json:javax.json-api:1.1")
91-
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.2")
91+
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.3")
9292
}

0 commit comments

Comments
 (0)