From cfbd929bc40e5a3c48c042571477ad78275bf26a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:35:31 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.3 --- .github/workflows/benchmark.main.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.main.kts b/.github/workflows/benchmark.main.kts index 01ba503e0..81a4a058e 100755 --- a/.github/workflows/benchmark.main.kts +++ b/.github/workflows/benchmark.main.kts @@ -1,7 +1,7 @@ #!/usr/bin/env kotlin @file:Repository("https://repo1.maven.org/maven2/") @file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.0.0") -@file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2") +@file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3") @file:Repository("https://bindings.krzeminski.it/") @file:DependsOn("actions:checkout:v4")