Skip to content

Commit 8495722

Browse files
committed
Downgrade Awailitility to 4.2.2
This commit restores the support of Kotlin 1 Closes gh-45673
1 parent a9b52c5 commit 8495722

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,11 @@ bom {
9090
releaseNotes("https://github.com/assertj/assertj/releases/tag/assertj-build-{version}")
9191
}
9292
}
93-
library("Awaitility", "4.3.0") {
93+
library("Awaitility", "4.2.2") {
94+
prohibit {
95+
versionRange "[4.3.0,)"
96+
because "it requires Kotlin 2"
97+
}
9498
group("org.awaitility") {
9599
modules = [
96100
"awaitility",

0 commit comments

Comments
 (0)