From 1369183d36228f8bee13daf98bf9a3e24de0b5c5 Mon Sep 17 00:00:00 2001 From: Yahor Berdnikau Date: Mon, 15 May 2023 16:00:27 +0200 Subject: [PATCH] [Gradle] Update graphql-kotlin benchmark --- .../benchmarkScripts/graphql-kotlin.benchmark.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/tools/gradle/regression-benchmarks/benchmarkScripts/graphql-kotlin.benchmark.kts b/libraries/tools/gradle/regression-benchmarks/benchmarkScripts/graphql-kotlin.benchmark.kts index bf04480eac4..1b7d7b26b56 100644 --- a/libraries/tools/gradle/regression-benchmarks/benchmarkScripts/graphql-kotlin.benchmark.kts +++ b/libraries/tools/gradle/regression-benchmarks/benchmarkScripts/graphql-kotlin.benchmark.kts @@ -9,8 +9,8 @@ @file:BenchmarkProject( name = "graphql-kotlin", gitUrl = "https://github.com/ExpediaGroup/graphql-kotlin.git", - gitCommitSha = "46a7c7704c31ee3aaf514d764f6101056c340b0a", - stableKotlinVersion = "1.8.0", + gitCommitSha = "7d1e5a3114e95a4e0d63a8c515e9e8e37d5c504c", + stableKotlinVersion = "1.8.21", ) import java.io.File