Skip to content

Commit 44bc4c0

Browse files
Update dependency org.junit:junit-bom to v5.10.2 (#329)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 663dc84 commit 44bc4c0

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.10.1"))
37+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.10.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)