Skip to content

Commit 156826e

Browse files
Bump org.junit.jupiter:junit-jupiter-engine
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.10.2 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.2...r6.0.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a18ed9b commit 156826e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/gradle/example-client-kotlin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ dependencies {
3838
implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.3"
3939
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
4040

41-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2"
42-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
41+
testImplementation "org.junit.jupiter:junit-jupiter-api:6.0.1"
42+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:6.0.1"
4343
}
4444

4545
/**

0 commit comments

Comments
 (0)