Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
0ee2b765ae
Bump org.junit.platform:junit-platform-launcher from 1.12.2 to 1.13.1
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.12.2 to 1.13.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

---
updated-dependencies:
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-version: 1.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-16 22:35:07 +00:00

View File

@ -130,7 +130,7 @@ subprojects {
testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.mockito:mockito-inline:5.2.0' testRuntimeOnly 'org.mockito:mockito-inline:5.2.0'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.1'
} }
tasks.withType(JavaCompile).configureEach { tasks.withType(JavaCompile).configureEach {
@ -509,7 +509,7 @@ swaggerhubUpload {
dependencies { dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.1'
} }
tasks.named("test") { tasks.named("test") {