Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 9986424

Browse files
build(deps): Bump kotest-assertions-core-jvm in /api-editor
Bumps [kotest-assertions-core-jvm](https://github.com/kotest/kotest) from 5.5.1 to 5.5.3. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.5.1...v5.5.3) --- updated-dependencies: - dependency-name: io.kotest:kotest-assertions-core-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aad40b0 commit 9986424

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-editor/backend/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848
implementation("org.eclipse.xtext:org.eclipse.xtext:2.28.0")
4949

5050
testImplementation(kotlin("test"))
51-
testImplementation("io.kotest:kotest-assertions-core-jvm:5.5.1")
51+
testImplementation("io.kotest:kotest-assertions-core-jvm:5.5.3")
5252
testImplementation("io.ktor:ktor-server-test-host:$ktorVersion")
5353
testImplementation("io.mockk:mockk:1.13.2")
5454
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.1")

api-editor/desktop/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
implementation("org.jetbrains.compose.components:components-splitpane:1.1.1")
4141

4242
testImplementation(kotlin("test"))
43-
testImplementation("io.kotest:kotest-assertions-core-jvm:5.5.1")
43+
testImplementation("io.kotest:kotest-assertions-core-jvm:5.5.3")
4444
testImplementation("io.mockk:mockk:1.13.2")
4545
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.1")
4646
}

0 commit comments

Comments
 (0)