Skip to content

Commit a5e46d0

Browse files
build(deps): Bump io.kotest:kotest-assertions-core from 6.1.7 to 6.1.9
Bumps [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) from 6.1.7 to 6.1.9. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@6.1.7...6.1.9) --- updated-dependencies: - dependency-name: io.kotest:kotest-assertions-core dependency-version: 6.1.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bc2db86 commit a5e46d0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ val playwrightVersion = "1.58.0"
2525

2626
dependencies {
2727
api("com.microsoft.playwright:playwright:$playwrightVersion")
28-
api("io.kotest:kotest-assertions-core:6.1.7")
28+
api("io.kotest:kotest-assertions-core:6.1.9")
2929

30-
testImplementation("io.kotest:kotest-runner-junit5:6.1.7")
31-
testImplementation("io.kotest:kotest-framework-engine:6.1.7")
30+
testImplementation("io.kotest:kotest-runner-junit5:6.1.9")
31+
testImplementation("io.kotest:kotest-framework-engine:6.1.9")
3232
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.3")
3333
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.3")
3434
}

buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ dependencies {
1212
implementation("io.ktor:ktor-client-core:3.4.1")
1313
implementation("io.ktor:ktor-client-cio:3.4.1")
1414

15-
testImplementation("io.kotest:kotest-runner-junit5:6.1.7")
16-
testImplementation("io.kotest:kotest-assertions-core:6.1.7")
15+
testImplementation("io.kotest:kotest-runner-junit5:6.1.9")
16+
testImplementation("io.kotest:kotest-assertions-core:6.1.9")
1717
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.3")
1818
}
1919

0 commit comments

Comments
 (0)