From 8f1553f4dd265a7b1c4f644ff755ed689215fa6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 08:59:37 +0000 Subject: [PATCH] deps: bump org.junit.platform:junit-platform-launcher Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.10.2 to 1.10.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b8940f0..076a849 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ dependencies { antlr "org.antlr:antlr4:4.7" // use ANTLR version 4 testImplementation 'io.papermc.paper:paper-api:1.20.5-R0.1-SNAPSHOT' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.2' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3' } test {