We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed24280 commit 470e38dCopy full SHA for 470e38d
telemetry-testing/build.gradle.kts
@@ -28,7 +28,7 @@ dependencies {
28
implementation("org.springframework.boot:spring-boot-starter-web")
29
testImplementation("org.springframework.boot:spring-boot-starter-test")
30
31
- testImplementation(enforcedPlatform("org.junit:junit-bom:5.13.4"))
+ testImplementation(enforcedPlatform("org.junit:junit-bom:6.0.0"))
32
testImplementation("org.junit.jupiter:junit-jupiter-api")
33
testImplementation("org.junit.jupiter:junit-jupiter-engine")
34
testImplementation("org.mock-server:mockserver-netty:5.15.0")
0 commit comments