From 190df4d0a18d5ae19b5d1b58709b7068b63e6aab Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Jul 2021 07:34:14 +0200 Subject: [PATCH 1/2] Upgrade to Kotlin 1.5.21 Closes gh-27316 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 900a2f16f55..0888134f5aa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.caching=true org.gradle.parallel=true org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 -kotlinVersion=1.5.20 +kotlinVersion=1.5.21 tomcatVersion=9.0.50 kotlin.stdlib.default.dependency=false From de3dbaf1d59fe485c01616c366a923aadf6bcaf4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Jul 2021 07:34:15 +0200 Subject: [PATCH 2/2] Upgrade to Kotlin Coroutines 1.5.1 Closes gh-27317 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 04fa32539b7..a48f80cab72 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1017,7 +1017,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.5.0") { + library("Kotlin Coroutines", "1.5.1") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom"