Skip to content

Commit 7cf9018

Browse files
Merge pull request #320 from Cosmo-Tech/dependabot/gradle/org.junit-junit-bom-5.9.0
2 parents 34739a1 + 3d4c3eb commit 7cf9018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ subprojects {
198198
implementation("com.okta.spring:okta-spring-boot-starter:${oktaSpringBootVersion}")
199199

200200
testImplementation(kotlin("test"))
201-
testImplementation(platform("org.junit:junit-bom:5.8.2"))
201+
testImplementation(platform("org.junit:junit-bom:5.9.0"))
202202
testImplementation("org.junit.jupiter:junit-jupiter")
203203
testImplementation("io.mockk:mockk:1.12.5")
204204
testImplementation("org.awaitility:awaitility-kotlin:4.2.0")

0 commit comments

Comments
 (0)