From 506e9aca1cd66dcd2db58ff75c4491e56ae2d675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 00:46:57 +0000 Subject: [PATCH] build(deps): bump kotlinBenchmark from 0.4.14 to 0.4.16 Bumps `kotlinBenchmark` from 0.4.14 to 0.4.16. Updates `org.jetbrains.kotlinx:kotlinx-benchmark-runtime` from 0.4.14 to 0.4.16 - [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.14...v0.4.16) Updates `org.jetbrains.kotlinx.benchmark` from 0.4.14 to 0.4.16 --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-benchmark-runtime dependency-version: 0.4.16 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx.benchmark dependency-version: 0.4.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b0b1eeb..2d2b014 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ kotlin = "2.2.21" kotlinCoroutines="1.10.2" -kotlinBenchmark = "0.4.14" +kotlinBenchmark = "0.4.16" [plugins]