Skip to content

Commit 6876556

Browse files
committed
Upgrade to Json Path 2.8.0
Closes gh-34878
1 parent 9384dac commit 6876556

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Diff for: spring-boot-project/spring-boot-actuator/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ dependencies {
8787
testImplementation("io.micrometer:micrometer-observation-test")
8888
testImplementation("io.projectreactor:reactor-test")
8989
testImplementation("io.r2dbc:r2dbc-h2")
90+
testImplementation("net.minidev:json-smart")
9091
testImplementation("org.apache.logging.log4j:log4j-to-slf4j")
9192
testImplementation("org.awaitility:awaitility")
9293
testImplementation("org.glassfish.jersey.media:jersey-media-json-jackson")

Diff for: spring-boot-project/spring-boot-dependencies/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ bom {
661661
]
662662
}
663663
}
664-
library("Json Path", "2.7.0") {
664+
library("Json Path", "2.8.0") {
665665
group("com.jayway.jsonpath") {
666666
modules = [
667667
"json-path",

Diff for: spring-boot-project/spring-boot-starters/spring-boot-starter-test/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencies {
1010
api(project(":spring-boot-project:spring-boot-test-autoconfigure"))
1111
api("com.jayway.jsonpath:json-path")
1212
api("jakarta.xml.bind:jakarta.xml.bind-api")
13+
api("net.minidev:json-smart")
1314
api("org.assertj:assertj-core")
1415
api("org.hamcrest:hamcrest")
1516
api("org.junit.jupiter:junit-jupiter")

0 commit comments

Comments
 (0)