From 8fc7552a9f3f41994df8a7447e7fcd33a065aa4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 19:51:43 +0000 Subject: [PATCH] Bump benchmark from 0.4.15 to 0.4.16 Bumps `benchmark` from 0.4.15 to 0.4.16. Updates `org.jetbrains.kotlinx:kotlinx-benchmark-runtime` from 0.4.15 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.15...v0.4.16) Updates `org.jetbrains.kotlinx.benchmark` from 0.4.15 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 6d89db43..990ce678 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ kotest = "6.1.3" detekt = "1.23.8" okio = "3.16.4" serialization = "1.10.0" -benchmark = "0.4.15" +benchmark = "0.4.16" openapi = "2026.1" jackson = "2.21.0"