File tree 3 files changed +3
-1
lines changed
spring-boot-starters/spring-boot-starter-test
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ dependencies {
87
87
testImplementation(" io.micrometer:micrometer-observation-test" )
88
88
testImplementation(" io.projectreactor:reactor-test" )
89
89
testImplementation(" io.r2dbc:r2dbc-h2" )
90
+ testImplementation(" net.minidev:json-smart" )
90
91
testImplementation(" org.apache.logging.log4j:log4j-to-slf4j" )
91
92
testImplementation(" org.awaitility:awaitility" )
92
93
testImplementation(" org.glassfish.jersey.media:jersey-media-json-jackson" )
Original file line number Diff line number Diff line change @@ -661,7 +661,7 @@ bom {
661
661
]
662
662
}
663
663
}
664
- library(" Json Path" , " 2.7 .0" ) {
664
+ library(" Json Path" , " 2.8 .0" ) {
665
665
group(" com.jayway.jsonpath" ) {
666
666
modules = [
667
667
" json-path" ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ dependencies {
10
10
api(project(" :spring-boot-project:spring-boot-test-autoconfigure" ))
11
11
api(" com.jayway.jsonpath:json-path" )
12
12
api(" jakarta.xml.bind:jakarta.xml.bind-api" )
13
+ api(" net.minidev:json-smart" )
13
14
api(" org.assertj:assertj-core" )
14
15
api(" org.hamcrest:hamcrest" )
15
16
api(" org.junit.jupiter:junit-jupiter" )
You can’t perform that action at this time.
0 commit comments