Downgrade Awailitility to 4.2.2

This commit restores the support of Kotlin 1

Closes gh-45673
This commit is contained in:
Stéphane Nicoll
2025-06-04 10:01:01 +02:00
parent a9b52c5892
commit 8495722376

View File

@@ -90,7 +90,11 @@ bom {
releaseNotes("https://github.com/assertj/assertj/releases/tag/assertj-build-{version}")
}
}
library("Awaitility", "4.3.0") {
library("Awaitility", "4.2.2") {
prohibit {
versionRange "[4.3.0,)"
because "it requires Kotlin 2"
}
group("org.awaitility") {
modules = [
"awaitility",