Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b363bb3

Browse files
authoredMar 22, 2025··
deps: bump org.junit.platform:junit-platform-launcher
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c938277 commit b363bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies {
7171
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.3'
7272
testImplementation 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT'
7373
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
74-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.0'
74+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.1'
7575
}
7676

7777
test {

0 commit comments

Comments
 (0)
Please sign in to comment.