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