Skip to content

Commit 224862b

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump junit-platform-launcher from 1.8.1 to 1.8.2
Bumps [junit-platform-launcher](https://github.com/junit-team/junit5) from 1.8.1 to 1.8.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-launcher dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 95af049 commit 224862b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
3636
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
3737
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
38-
testImplementation("org.junit.platform:junit-platform-launcher:1.8.1")
38+
testImplementation("org.junit.platform:junit-platform-launcher:1.8.2")
3939
testImplementation("org.junit.platform:junit-platform-commons:1.8.2")
4040

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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ val dependencyVersions = listOf(
2727
"org.junit:junit-bom:5.8.2",
2828
"org.junit.jupiter:junit-jupiter-api:5.8.2",
2929
"org.junit.platform:junit-platform-engine:1.8.2",
30-
"org.junit.platform:junit-platform-launcher:1.8.1",
30+
"org.junit.platform:junit-platform-launcher:1.8.2",
3131
"org.junit.platform:junit-platform-suite-api:1.8.2",
3232
"org.opentest4j:opentest4j:1.2.0"
3333
)

0 commit comments

Comments
 (0)