Skip to content

Commit b71e849

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump junit-platform-commons from 1.8.2 to 1.9.0
Bumps [junit-platform-commons](https://github.com/junit-team/junit5) from 1.8.2 to 1.9.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-commons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 63c25d6 commit b71e849

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
@@ -80,7 +80,7 @@ dependencies {
8080
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")
83-
testImplementation("org.junit.platform:junit-platform-commons:1.8.2")
83+
testImplementation("org.junit.platform:junit-platform-commons:1.9.0")
8484

8585
testImplementation("org.apache.commons:commons-compress:1.21")
8686
testImplementation("de.gesellix:testutil:[2021-08-05T22-09-32,)")

0 commit comments

Comments
 (0)