Skip to content

Commit 7e4e23b

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 (#10)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.10.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d0683a7 commit 7e4e23b

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
@@ -29,7 +29,7 @@ dependencies {
2929
compileOnly("org.jetbrains:annotations:24.1.0")
3030

3131
testImplementation(kotlin("test"))
32-
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
32+
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
3333
}
3434

3535
tasks {

0 commit comments

Comments
 (0)