We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd12ee9 commit 256194fCopy full SHA for 256194f
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.11.1"))
+ testImplementation(enforcedPlatform("org.junit:junit-bom:5.11.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