Skip to content

Commit b4714e0

Browse files
deps: bump org.junit.platform:junit-platform-launcher (#210)
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.11.2 to 1.11.3. - [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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02d0291 commit b4714e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies {
7171
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.6'
7272
testImplementation 'io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT'
7373
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2'
74-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.2'
74+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.3'
7575
}
7676

7777
test {

0 commit comments

Comments
 (0)