Skip to content

Commit e8e8707

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.2")
1313
implementation("io.ktor:ktor-client-cio:3.4.2")
1414

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

0 commit comments

Comments
 (0)