Skip to content

Commit 5630438

Browse files
Bump junit-platform-commons from 1.9.1 to 1.9.2 (#226)
Bumps [junit-platform-commons](https://github.com/junit-team/junit5) from 1.9.1 to 1.9.2. - [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-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 8baa487 commit 5630438

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
@@ -81,7 +81,7 @@ dependencies {
8181
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")
84-
testImplementation("org.junit.platform:junit-platform-commons:1.9.1")
84+
testImplementation("org.junit.platform:junit-platform-commons:1.9.2")
8585

8686
testImplementation("org.apache.commons:commons-compress:1.22")
8787
testImplementation("de.gesellix:testutil:[2022-12-01T01-01-01,)")

0 commit comments

Comments
 (0)