Update test dependencies for the latest Spring Boot 3.5 snapshots
Spring Boot 3.5 updated JUnit Jupiter from v5.11 to v5.12. With this new version, the junit-platform-launcher dependency must be declared explicitly.
This commit is contained in:
@@ -15,7 +15,11 @@ dependencies {
|
||||
testFixturesImplementation (project(':spring-statemachine-test'))
|
||||
testImplementation(testFixtures(project(':spring-statemachine-core')))
|
||||
testImplementation 'io.projectreactor:reactor-test'
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
testFixturesImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
testImplementation 'org.springframework.boot:spring-boot-test'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
|
||||
testImplementation 'org.junit.platform:junit-platform-launcher'
|
||||
testFixturesImplementation 'org.springframework.boot:spring-boot-test'
|
||||
testFixturesImplementation 'org.junit.jupiter:junit-jupiter-engine'
|
||||
testFixturesImplementation 'org.junit.platform:junit-platform-launcher'
|
||||
testRuntimeOnly 'org.springframework.boot:spring-boot-starter-web'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user