Skip to content

Commit f43ea96

Browse files
committed
Upgrade to Apache Johnzon 1.1.1
Issue: SPR-15590
1 parent 01a9251 commit f43ea96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ project("spring-web") {
775775
testRuntime("com.sun.xml.bind:jaxb-core:${jaxbVersion}")
776776
testRuntime("com.sun.xml.bind:jaxb-impl:${jaxbVersion}")
777777
testRuntime("javax.json:javax.json-api:1.1")
778-
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.0")
778+
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.1")
779779
}
780780
}
781781

0 commit comments

Comments
 (0)