Skip to content

Commit 7bd2a93

Browse files
Bump org.junit.jupiter:junit-jupiter-engine (#381)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.3.1 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.3.1...r5.10.2) --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e98a7d commit 7bd2a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/lambda-kotlin-request-router-sample-proto/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
implementation("com.google.protobuf:protobuf-java:$proto")
4848
implementation("com.google.protobuf:protobuf-java-util:$proto")
4949

50-
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.3.1")
50+
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.2")
5151
}
5252

5353
tasks {

0 commit comments

Comments
 (0)