Skip to content

Commit dcd3c22

Browse files
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](junit-team/junit-framework@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] <support@github.com>
1 parent 2f0a2c1 commit dcd3c22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

velocity/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
// The transport for the service-config channel. Shaded by gRPC itself, so it does not fight
3131
// with the Netty the proxy runs on.
3232

33-
testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.2")
33+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.3")
3434
// Adventure reaches the plugin through Velocity at runtime, which is compileOnly here and so
3535
// absent from the test classpath. The tests render real Components, so they need it themselves.
3636
testImplementation("net.kyori:adventure-api:4.21.0")
@@ -41,6 +41,6 @@ dependencies {
4141
testImplementation("net.kyori:adventure-text-serializer-legacy:4.21.0")
4242
testImplementation("com.google.code.gson:gson:2.11.0")
4343
testImplementation("org.slf4j:slf4j-api:2.0.17")
44-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.2")
44+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.3")
4545
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.2")
4646
}

0 commit comments

Comments
 (0)