Skip to content

Commit 87dbead

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump junit-jupiter-engine from 5.8.1 to 5.8.2
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.8.1...r5.8.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 96d617e commit 87dbead

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
@@ -33,7 +33,7 @@ dependencies {
3333

3434
testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
3535
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
36-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.1")
36+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
3737
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
3838
testImplementation("org.junit.platform:junit-platform-launcher:1.8.1")
3939
testImplementation("org.junit.platform:junit-platform-commons:1.8.2")

0 commit comments

Comments
 (0)