Skip to content

Commit b80897e

Browse files
Bump org.junit.jupiter:junit-jupiter-api (#1290)
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.3...r5.10.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b0127c commit b80897e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.2"
3939
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
4040

41-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.3"
41+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
4242
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.3"
4343
}
4444

0 commit comments

Comments
 (0)