[Gradle] Update stable Kotlin version to 1.9.20 Graphql-kotlin benchmark

This commit is contained in:
Yahor Berdnikau
2023-11-04 21:38:54 +01:00
parent 65d1c8ce7e
commit 43dd155f59
@@ -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