Skip to content

Commit b1e7702

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.8.2 to 5.10.0
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.2 to 5.10.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.8.2...r5.10.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0900ece commit b1e7702

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
testImplementation("com.google.jimfs:jimfs:1.2")
2828
testImplementation("com.google.protobuf:protobuf-gradle-plugin:0.8.18")
2929
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")
30-
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.8.2")
30+
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.0")
3131
testImplementation("org.mockito:mockito-core:4.5.1")
3232
}
3333

stub/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727

2828
// Testing
2929
testImplementation("junit:junit:4.13.2")
30-
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.8.2")
30+
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.0")
3131
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-debug:${rootProject.ext["coroutinesVersion"]}")
3232
testImplementation("com.google.truth.extensions:truth-proto-extension:1.1.3")
3333
testImplementation("io.grpc:grpc-protobuf:${rootProject.ext["grpcVersion"]}")

0 commit comments

Comments
 (0)