From c295d2879489c5261879dbbd9e3e312daf83e637 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 21:53:35 +0000 Subject: [PATCH] chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-benchmark-runtime to v0.4.10 --- libs.example.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.example.versions.toml b/libs.example.versions.toml index b5eedfcfb..14776899b 100644 --- a/libs.example.versions.toml +++ b/libs.example.versions.toml @@ -6,7 +6,7 @@ spring-boot2 = "2.7.18" [libraries] # kotlin -kotlin-benchmark = { module = "org.jetbrains.kotlinx:kotlinx-benchmark-runtime", version = "0.4.9" } +kotlin-benchmark = { module = "org.jetbrains.kotlinx:kotlinx-benchmark-runtime", version = "0.4.10" } # log slf4j = { module = "org.slf4j:slf4j-api", version = "2.0.9" }