From 9abaf60584aa4d951ed1b9d2c97d903bb18bc517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 15:50:30 +0000 Subject: [PATCH] chore(deps): Bump kotlinxBenchmark from 0.4.16 to 0.4.17 Bumps `kotlinxBenchmark` from 0.4.16 to 0.4.17. Updates `org.jetbrains.kotlinx.benchmark` from 0.4.16 to 0.4.17 Updates `org.jetbrains.kotlinx:kotlinx-benchmark-runtime` from 0.4.16 to 0.4.17 - [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.16...v0.4.17) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.benchmark dependency-version: 0.4.17 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:kotlinx-benchmark-runtime dependency-version: 0.4.17 dependency-type: direct:production update-type: version-update:semver-patch ... 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 aed173fb1..96fc1b06c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { alias(libs.plugins.asciidoctorJvm) apply false alias(libs.plugins.dokka) alias(libs.plugins.skainet.docs) - id("org.jetbrains.kotlinx.benchmark") version "0.4.16" apply false + id("org.jetbrains.kotlinx.benchmark") version "0.4.17" apply false } allprojects { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 85daaa988..db32ec5c7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ kctfork = "0.12.1" asciidoctorj = "3.0.1" dokka = "2.1.0" kotlinxCli = "0.3.6" -kotlinxBenchmark = "0.4.16" +kotlinxBenchmark = "0.4.17" kotlinxIo = "0.9.0" pbandk = "0.16.0" kotest = "6.1.11"