Skip to content

Commit 67946ed

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump org.junit:junit-bom from 5.10.0 to 5.10.1
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.0...r5.10.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 86f8b66 commit 67946ed

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
@@ -24,7 +24,7 @@ val dependencyVersions = listOf(
2424
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20",
2525
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3",
2626
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3",
27-
"org.junit:junit-bom:5.10.0",
27+
"org.junit:junit-bom:5.10.1",
2828
"org.junit.jupiter:junit-jupiter-api:5.10.0",
2929
"org.opentest4j:opentest4j:1.3.0"
3030
)

0 commit comments

Comments
 (0)