Skip to content

Commit 3939d7d

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump junit-jupiter-engine from 5.8.2 to 5.9.0
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.2 to 5.9.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.8.2...r5.9.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 a43e9ff commit 3939d7d

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
@@ -77,7 +77,7 @@ dependencies {
7777

7878
testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
7979
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
80-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
80+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.0")
8181
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
8282
testImplementation("org.junit.platform:junit-platform-launcher:1.9.0")
8383
testImplementation("org.junit.platform:junit-platform-commons:1.8.2")

0 commit comments

Comments
 (0)