Skip to content

Commit a43e9ff

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump junit-platform-launcher from 1.8.2 to 1.9.0
Bumps [junit-platform-launcher](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-launcher dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 501e35c commit a43e9ff

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
@@ -79,7 +79,7 @@ dependencies {
7979
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
8080
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
8181
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
82-
testImplementation("org.junit.platform:junit-platform-launcher:1.8.2")
82+
testImplementation("org.junit.platform:junit-platform-launcher:1.9.0")
8383
testImplementation("org.junit.platform:junit-platform-commons:1.8.2")
8484

8585
testImplementation("org.apache.commons:commons-compress:1.21")

0 commit comments

Comments
 (0)