Upgrade to Apache Johnzon 1.1.1

Issue: SPR-15590
This commit is contained in:
Juergen Hoeller 2017-06-11 12:02:57 +02:00
parent 01a92517bd
commit f43ea96dd9
1 changed files with 1 additions and 1 deletions

View File

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