From dcd3c22c9c3bde84a6aaf22d98b52ac8c67fe7c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 06:53:37 +0000 Subject: [PATCH] chore(deps): Bump org.junit.jupiter:junit-jupiter-api Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 6.1.2 to 6.1.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.2...r6.1.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- velocity/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/velocity/build.gradle.kts b/velocity/build.gradle.kts index 56e3842..6a0f787 100644 --- a/velocity/build.gradle.kts +++ b/velocity/build.gradle.kts @@ -30,7 +30,7 @@ dependencies { // The transport for the service-config channel. Shaded by gRPC itself, so it does not fight // with the Netty the proxy runs on. - testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.3") // Adventure reaches the plugin through Velocity at runtime, which is compileOnly here and so // absent from the test classpath. The tests render real Components, so they need it themselves. testImplementation("net.kyori:adventure-api:4.21.0") @@ -41,6 +41,6 @@ dependencies { testImplementation("net.kyori:adventure-text-serializer-legacy:4.21.0") testImplementation("com.google.code.gson:gson:2.11.0") testImplementation("org.slf4j:slf4j-api:2.0.17") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.2") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.2") }