We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663dc84 commit 44bc4c0Copy full SHA for 44bc4c0
telemetry-testing/build.gradle.kts
@@ -34,7 +34,7 @@ dependencies {
34
implementation("org.springframework.boot:spring-boot-starter-web")
35
testImplementation("org.springframework.boot:spring-boot-starter-test")
36
37
- testImplementation(enforcedPlatform("org.junit:junit-bom:5.10.1"))
+ testImplementation(enforcedPlatform("org.junit:junit-bom:5.10.2"))
38
testImplementation("org.junit.jupiter:junit-jupiter-api")
39
testImplementation("org.junit.jupiter:junit-jupiter-engine")
40
testImplementation("org.mock-server:mockserver-netty:5.15.0:shaded")
0 commit comments