Skip to content

Commit a04c7ed

Browse files
fix(deps): update dependency org.junit:junit-bom to v5.11.4 (#548)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6f8b2b0 commit a04c7ed

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.11.3"))
31+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.11.4"))
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)