Skip to content

Commit 4f7c4a2

Browse files
dependabot[bot]gesellix
authored andcommitted
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] <support@github.com>
1 parent 3939d7d commit 4f7c4a2

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
@@ -23,7 +23,7 @@ val dependencyVersions = listOf(
2323
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10",
2424
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4",
2525
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4",
26-
"org.junit:junit-bom:5.8.2",
26+
"org.junit:junit-bom:5.9.0",
2727
"org.junit.jupiter:junit-jupiter-api:5.8.2",
2828
"org.opentest4j:opentest4j:1.2.0"
2929
)

0 commit comments

Comments
 (0)