Skip to content

Commit 35b0f71

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump org.junit.jupiter:junit-jupiter-engine from 5.9.3 to 5.10.0
Bumps [org.junit.jupiter:junit-jupiter-engine](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-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 10eaa90 commit 35b0f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-model-v1-41/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ dependencies {
120120
compileOnly("com.squareup.okhttp3:okhttp:4.11.0")
121121

122122
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
123-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")
123+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
124124
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
125125
testImplementation("org.junit.platform:junit-platform-launcher:1.9.3")
126126
testImplementation("org.junit.platform:junit-platform-commons:1.9.3")

0 commit comments

Comments
 (0)