Skip to content

Commit 4e954cb

Browse files
chore(deps): bump org.junit.platform:junit-platform-commons from 1.13.2 to 1.13.4 (#1492)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4377968 commit 4e954cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wrapper/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ dependencies {
5454
compileOnly("org.jsoup:jsoup:1.20.1")
5555
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:2.1.21")
5656

57-
testImplementation("org.junit.platform:junit-platform-commons:1.13.2")
57+
testImplementation("org.junit.platform:junit-platform-commons:1.13.4")
5858
testImplementation("org.junit.platform:junit-platform-engine:1.13.3")
59-
testImplementation("org.junit.platform:junit-platform-launcher:1.13.2")
60-
testImplementation("org.junit.platform:junit-platform-suite-engine:1.13.2")
59+
testImplementation("org.junit.platform:junit-platform-launcher:1.13.4")
60+
testImplementation("org.junit.platform:junit-platform-suite-engine:1.13.4")
6161
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.1")
6262
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.1")
6363
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")

0 commit comments

Comments
 (0)