We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34739a1 + 3d4c3eb commit 7cf9018Copy full SHA for 7cf9018
build.gradle.kts
@@ -198,7 +198,7 @@ subprojects {
198
implementation("com.okta.spring:okta-spring-boot-starter:${oktaSpringBootVersion}")
199
200
testImplementation(kotlin("test"))
201
- testImplementation(platform("org.junit:junit-bom:5.8.2"))
+ testImplementation(platform("org.junit:junit-bom:5.9.0"))
202
testImplementation("org.junit.jupiter:junit-jupiter")
203
testImplementation("io.mockk:mockk:1.12.5")
204
testImplementation("org.awaitility:awaitility-kotlin:4.2.0")
0 commit comments