Skip to content

Commit 8baa487

Browse files
Bump junit-jupiter-engine from 5.9.1 to 5.9.2 (#227)
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.9.1 to 5.9.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.1...r5.9.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tobias Gesellchen <tobias@gesellix.de>
1 parent af67629 commit 8baa487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-client/build.gradle.kts

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

7979
testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
8080
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
81-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.1")
81+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2")
8282
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
8383
testImplementation("org.junit.platform:junit-platform-launcher:1.9.2")
8484
testImplementation("org.junit.platform:junit-platform-commons:1.9.1")

0 commit comments

Comments
 (0)