<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>2.3.6.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-test" % "2.3.6.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-test', version='2.3.6.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-test" rev="2.3.6.RELEASE" />
compile
|-- org.springframework.boot:spring-boot-starter:2.3.6.RELEASE
|-- org.springframework.boot:spring-boot-test:2.3.6.RELEASE
|-- org.springframework.boot:spring-boot-test-autoconfigure:2.3.6.RELEASE
|-- com.jayway.jsonpath:json-path:2.4.0
|-- jakarta.xml.bind:jakarta.xml.bind-api:2.3.3
|-- org.assertj:assertj-core:3.16.1
|-- org.junit.jupiter:junit-jupiter:5.6.3
|-- org.junit.vintage:junit-vintage-engine:5.6.3
|-- org.mockito:mockito-core:3.3.3
|-- org.mockito:mockito-junit-jupiter:3.3.3
|-- org.skyscreamer:jsonassert:1.5.0
|-- org.springframework:spring-core:5.2.11.RELEASE