From a411eab5ba0fcd0cfadb04cfab56672cdd35f00b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:13:58 +0000 Subject: [PATCH] chore(deps): Bump kotlinxBenchmark from 0.4.19 to 0.5.0 Bumps `kotlinxBenchmark` from 0.4.19 to 0.5.0. Updates `org.jetbrains.kotlinx.benchmark` from 0.4.19 to 0.5.0 Updates `org.jetbrains.kotlinx:kotlinx-benchmark-runtime` from 0.4.19 to 0.5.0 - [Release notes](https://github.com/Kotlin/kotlinx-benchmark/releases) - [Changelog](https://github.com/Kotlin/kotlinx-benchmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-benchmark/compare/v0.4.19...v0.5.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.benchmark dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlinx:kotlinx-benchmark-runtime dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d6fa2d08..6b1adea6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ plugins { alias(libs.plugins.skainet.docs) alias(libs.plugins.skainet.npmPins) alias(libs.plugins.skainet.mavenPins) - id("org.jetbrains.kotlinx.benchmark") version "0.4.19" apply false + id("org.jetbrains.kotlinx.benchmark") version "0.5.0" apply false } allprojects { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index eea4a0b8..1bc51b49 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,7 @@ kctfork = "0.13.0" asciidoctorj = "3.0.1" dokka = "2.2.0" kotlinxCli = "0.3.6" -kotlinxBenchmark = "0.4.19" +kotlinxBenchmark = "0.5.0" kotlinxIo = "0.9.1" pbandk = "0.16.0" kotest = "6.2.4"