Skip to content

Commit b153695

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3
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/junit5@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]>
1 parent 58ecaf1 commit b153695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828

2929
// Test dependencies
3030
testImplementation(platform("org.junit:junit-bom:5.10.2"))
31-
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
31+
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
3232
testImplementation("com.github.seeseemelk:MockBukkit-v1.18:2.85.2")
3333
}
3434

0 commit comments

Comments
 (0)