From da1aae290d8ac8b6657150529c693cbb84ab36e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:37:33 +0000 Subject: [PATCH] Bump benchmark from 0.4.10 to 0.4.11 Bumps `benchmark` from 0.4.10 to 0.4.11. Updates `org.jetbrains.kotlinx:kotlinx-benchmark-runtime` from 0.4.10 to 0.4.11 - [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/commits) Updates `org.jetbrains.kotlinx:kotlinx-benchmark-plugin` from 0.4.10 to 0.4.11 - [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/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-benchmark-runtime dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:kotlinx-benchmark-plugin 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 040bd71..d8496a5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotlin = "1.9.23" -benchmark = "0.4.10" +benchmark = "0.4.11" [libraries] kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }