From e76ce5d14910c405c29f67b042b5dd83626148b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 12:55:23 +0000 Subject: [PATCH] Bump benchmark from 0.4.13 to 0.4.14 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 - [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.13...v0.4.14) Updates `org.jetbrains.kotlinx.benchmark` from 0.4.13 to 0.4.14 --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-benchmark-runtime dependency-version: 0.4.14 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx.benchmark dependency-version: 0.4.14 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 5fce1543..0de0ddef 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ detekt = "1.23.8" ktlint = "1.1.0" okio = "3.11.0" serialization = "1.8.1" -benchmark = "0.4.13" +benchmark = "0.4.14" openapi = "2025.2" jackson = "2.19.0"