Skip to content

Commit 1982c56

Browse files
fix(deps): update dependency org.junit:junit-bom to v5.13.0 (#694)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f16bc03 commit 1982c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telemetry-testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
implementation("org.springframework.boot:spring-boot-starter-web")
2929
testImplementation("org.springframework.boot:spring-boot-starter-test")
3030

31-
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.2"))
31+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.13.0"))
3232
testImplementation("org.junit.jupiter:junit-jupiter-api")
3333
testImplementation("org.junit.jupiter:junit-jupiter-engine")
3434
testImplementation("org.mock-server:mockserver-netty:5.15.0")

0 commit comments

Comments
 (0)