Skip to content

Commit 96d617e

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump junit-platform-suite-api from 1.8.1 to 1.8.2
Bumps [junit-platform-suite-api](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-suite-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 51b99aa commit 96d617e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

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

0 commit comments

Comments
 (0)