Upgrade to Json Path 2.8.0

Closes gh-34878
This commit is contained in:
Stephane Nicoll 2023-04-06 13:25:21 +02:00
parent 9384dac5bd
commit 6876556b60
3 changed files with 3 additions and 1 deletions

View File

@ -87,6 +87,7 @@ dependencies {
testImplementation("io.micrometer:micrometer-observation-test")
testImplementation("io.projectreactor:reactor-test")
testImplementation("io.r2dbc:r2dbc-h2")
testImplementation("net.minidev:json-smart")
testImplementation("org.apache.logging.log4j:log4j-to-slf4j")
testImplementation("org.awaitility:awaitility")
testImplementation("org.glassfish.jersey.media:jersey-media-json-jackson")

View File

@ -661,7 +661,7 @@ bom {
]
}
}
library("Json Path", "2.7.0") {
library("Json Path", "2.8.0") {
group("com.jayway.jsonpath") {
modules = [
"json-path",

View File

@ -10,6 +10,7 @@ dependencies {
api(project(":spring-boot-project:spring-boot-test-autoconfigure"))
api("com.jayway.jsonpath:json-path")
api("jakarta.xml.bind:jakarta.xml.bind-api")
api("net.minidev:json-smart")
api("org.assertj:assertj-core")
api("org.hamcrest:hamcrest")
api("org.junit.jupiter:junit-jupiter")