From 43dd155f59eafab53057e442e5f100ef49f53241 Mon Sep 17 00:00:00 2001 From: Yahor Berdnikau Date: Sat, 4 Nov 2023 21:38:54 +0100 Subject: [PATCH] [Gradle] Update stable Kotlin version to 1.9.20 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 c014436a930..61f441e9e73 100644 --- a/libraries/tools/gradle/regression-benchmarks/benchmarkScripts/graphql-kotlin.benchmark.kts +++ b/libraries/tools/gradle/regression-benchmarks/benchmarkScripts/graphql-kotlin.benchmark.kts @@ -3,14 +3,14 @@ * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. */ -// Quite big library written in Kotlin: +// Relatively big library written in Kotlin: // - uses Spring boot // - uses Kotlin kapt @file:BenchmarkProject( name = "graphql-kotlin", gitUrl = "https://github.com/ExpediaGroup/graphql-kotlin.git", gitCommitSha = "7d1e5a3114e95a4e0d63a8c515e9e8e37d5c504c", - stableKotlinVersion = "1.9.10", + stableKotlinVersion = "1.9.20", ) import java.io.File