Skip to content

Commit 256194f

Browse files
fix(deps): update dependency org.junit:junit-bom to v5.11.2
1 parent dd12ee9 commit 256194f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telemetry-testing/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
implementation("org.springframework.boot:spring-boot-starter-web")
3535
testImplementation("org.springframework.boot:spring-boot-starter-test")
3636

37-
testImplementation(enforcedPlatform("org.junit:junit-bom:5.11.1"))
37+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.11.2"))
3838
testImplementation("org.junit.jupiter:junit-jupiter-api")
3939
testImplementation("org.junit.jupiter:junit-jupiter-engine")
4040
testImplementation("org.mock-server:mockserver-netty:5.15.0:shaded")

0 commit comments

Comments
 (0)