Skip to content

Commit c0d4268

Browse files
renovate[bot]trask
andauthored
Update dependency org.junit.jupiter:junit-jupiter to v5.12.0 (#54)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker <[email protected]>
1 parent 855f5b0 commit c0d4268

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ dependencies {
4545
compileOnly("io.grpc:grpc-protobuf:$grpcVersion")
4646
compileOnly("io.grpc:grpc-stub:$grpcVersion")
4747

48-
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
48+
testImplementation("org.junit.jupiter:junit-jupiter:5.12.0")
4949
testImplementation("org.assertj:assertj-core:3.27.3")
50+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.0")
5051
}
5152

5253
protobuf {

0 commit comments

Comments
 (0)