Skip to content

Commit 0daa20c

Browse files
Bump benchmark from 0.4.13 to 0.4.14 (#291)
Bumps `benchmark` from 0.4.13 to 0.4.14. Updates `org.jetbrains.kotlinx:kotlinx-benchmark-runtime` from 0.4.13 to 0.4.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Kotlin/kotlinx-benchmark/releases">org.jetbrains.kotlinx:kotlinx-benchmark-runtime's releases</a>.</em></p> <blockquote> <h2>v0.4.14</h2> <ul> <li>Fixed various issues specific to Kotlin/JS projects <a href="https://redirect.github.com/Kotlin/kotlinx-benchmark/pull/292">#292</a></li> <li>Added benchmark name validation for JVM <a href="https://redirect.github.com/Kotlin/kotlinx-benchmark/pull/304">#304</a></li> <li>Various build infrastructure updates</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Kotlin/kotlinx-benchmark/compare/v0.4.13...v0.4.14">https://github.com/Kotlin/kotlinx-benchmark/compare/v0.4.13...v0.4.14</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Kotlin/kotlinx-benchmark/blob/master/CHANGELOG.md">org.jetbrains.kotlinx:kotlinx-benchmark-runtime's changelog</a>.</em></p> <blockquote> <h2>0.4.14</h2> <ul> <li>Fixed various issues specific to Kotlin/JS projects <a href="https://redirect.github.com/Kotlin/kotlinx-benchmark/pull/292">#292</a></li> <li>Added benchmark name validation for JVM <a href="https://redirect.github.com/Kotlin/kotlinx-benchmark/pull/304">#304</a></li> <li>Various build infrastructure updates</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Kotlin/kotlinx-benchmark/commit/1b48530ec3867799ba4e181164b041bb8909a327"><code>1b48530</code></a> Release v0.4.14</li> <li><a href="https://github.com/Kotlin/kotlinx-benchmark/commit/d1b82c91ba06e9a65ac7a3a798b91c14872680f0"><code>d1b82c9</code></a> Add a contribution guideline (<a href="https://redirect.github.com/Kotlin/kotlinx-benchmark/issues/286">#286</a>)</li> <li><a href="https://github.com/Kotlin/kotlinx-benchmark/commit/3975c8df593222d397decb4f82e040b6b79f40c9"><code>3975c8d</code></a> Check if benchmark names are legal Java names on JVM (<a href="https://redirect.github.com/Kotlin/kotlinx-benchmark/issues/304">#304</a>)</li> <li><a href="https://github.com/Kotlin/kotlinx-benchmark/commit/f6bffdc7431e10514f5ccb20f1dd180d767af677"><code>f6bffdc</code></a> Support recent KUP requirements (<a href="https://redirect.github.com/Kotlin/kotlinx-benchmark/issues/303">#303</a>)</li> <li><a href="https://github.com/Kotlin/kotlinx-benchmark/commit/4fb9caa40e19bae8a7cb725219f925902f65417f"><code>4fb9caa</code></a> Update kotlinx.team.infra plugin (<a href="https://redirect.github.com/Kotlin/kotlinx-benchmark/issues/300">#300</a>)</li> <li><a href="https://github.com/Kotlin/kotlinx-benchmark/commit/30391ea398702a3f4edcd766512b31e518c92f0c"><code>30391ea</code></a> Fix assorted problems with K/JS projects (<a href="https://redirect.github.com/Kotlin/kotlinx-benchmark/issues/292">#292</a>)</li> <li><a href="https://github.com/Kotlin/kotlinx-benchmark/commit/da3e2bbad26f5b531af8c9c39431ca1933ed525b"><code>da3e2bb</code></a> Suppress version warnings on LV override (<a href="https://redirect.github.com/Kotlin/kotlinx-benchmark/issues/284">#284</a>)</li> <li><a href="https://github.com/Kotlin/kotlinx-benchmark/commit/64cf96b1ecb334ba307c900b048d2388719b6fe6"><code>64cf96b</code></a> Update CHANGELOG.md and guides for 0.4.13</li> <li><a href="https://github.com/Kotlin/kotlinx-benchmark/commit/3271d049d7b58597c83e04b99d0f5448e46a9dfd"><code>3271d04</code></a> Use nodejs for wasmJs target</li> <li>See full diff in <a href="https://github.com/Kotlin/kotlinx-benchmark/compare/v0.4.13...v0.4.14">compare view</a></li> </ul> </details> <br /> Updates `org.jetbrains.kotlinx.benchmark` from 0.4.13 to 0.4.14 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7714cf commit 0daa20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ detekt = "1.23.8"
55
ktlint = "1.1.0"
66
okio = "3.11.0"
77
serialization = "1.8.1"
8-
benchmark = "0.4.13"
8+
benchmark = "0.4.14"
99
openapi = "2025.2"
1010
jackson = "2.19.0"
1111

0 commit comments

Comments
 (0)