Skip to content

Commit 3d4c3eb

Browse files
Gradle: Bump junit-bom from 5.8.2 to 5.9.0
Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.8.2 to 5.9.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.8.2...r5.9.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 34739a1 commit 3d4c3eb

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)