Skip to content

Commit 8faa08f

Browse files
committed
Merge branch '2.2.x' into 2.3.x
Closes gh-23341
2 parents 15dd780 + 2fc3a13 commit 8faa08f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,9 @@ bom {
981981
}
982982
}
983983
library("Kotlin Coroutines", "1.3.8") {
984+
prohibit("[1.3.9,)") {
985+
because "it requires Kotlin 1.4"
986+
}
984987
group("org.jetbrains.kotlinx") {
985988
imports = [
986989
"kotlinx-coroutines-bom"

0 commit comments

Comments
 (0)