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

Commit ea70c17

Browse files
build(deps): Bump kotest-assertions-core-jvm from 5.4.2 to 5.5.1 in /api-editor (#1071)
Bumps [kotest-assertions-core-jvm](https://github.com/kotest/kotest) from 5.4.2 to 5.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kotest/kotest/releases">kotest-assertions-core-jvm's releases</a>.</em></p> <blockquote> <h2>5.5.1</h2> <p>Fixed an issue where tests where being skipped when filtered out by the full spec name</p> <h2>v5.5.0</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kotest/kotest/commit/2c5b96fd6709862fb1eedebc790643103ebaa6a3"><code>2c5b96f</code></a> Fix s01 url</li> <li><a href="https://github.com/kotest/kotest/commit/c967276d0848a20db85a3084feaa39c477430e75"><code>c967276</code></a> Issue 3223/tests filtered (<a href="https://github-redirect.dependabot.com/kotest/kotest/issues/3228">#3228</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/93f5bed8227f3311e6a77163c512739336127a70"><code>93f5bed</code></a> Fix typo from asset to assert (<a href="https://github-redirect.dependabot.com/kotest/kotest/issues/3229">#3229</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/7b603f014a9b3107c51943f9e50d9ed1c72b0b1a"><code>7b603f0</code></a> Added new aliases for shouldEqualJson which accepts a configuration fun (<a href="https://github-redirect.dependabot.com/kotest/kotest/issues/3225">#3225</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/c3cbb34c0292deb569722d7aa7adabeef71c16aa"><code>c3cbb34</code></a> Move all version 5.5 docs up one dir</li> <li><a href="https://github.com/kotest/kotest/commit/e4120baea239ddb12831bb3943b924ea81fa9769"><code>e4120ba</code></a> Update versions.json</li> <li><a href="https://github.com/kotest/kotest/commit/11bfbadeb8d91c552f55f4665fb49efc86b0323b"><code>11bfbad</code></a> Updated deployment url</li> <li><a href="https://github.com/kotest/kotest/commit/e0c6822c1e3569c8cb0402d8dbb77403979b7952"><code>e0c6822</code></a> Update kotlin conventions plugin</li> <li><a href="https://github.com/kotest/kotest/commit/0e13d6f7989d20bb5ea56698cb90c96d65977c0d"><code>0e13d6f</code></a> Moved group</li> <li><a href="https://github.com/kotest/kotest/commit/e4bdc4366b4abe06a9f066bbec6534cd5ef0ff48"><code>e4bdc43</code></a> Added project name to settings</li> <li>Additional commits viewable in <a href="https://github.com/kotest/kotest/compare/v5.4.2...v5.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.kotest:kotest-assertions-core-jvm&package-manager=gradle&previous-version=5.4.2&new-version=5.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 798a832 commit ea70c17

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.4.2")
51+
testImplementation("io.kotest:kotest-assertions-core-jvm:5.5.1")
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.4.2")
43+
testImplementation("io.kotest:kotest-assertions-core-jvm:5.5.1")
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)