Remove extra ".0" in prohibit.versionRange for jOOQ

See gh-44877

Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
Johnny Lim
2025-03-25 22:38:18 +09:00
committed by Stéphane Nicoll
parent e6b871352e
commit b8bd65ca8e

View File

@@ -1050,7 +1050,7 @@ bom {
}
library("jOOQ", "3.19.21") {
prohibit {
versionRange "[3.20.0.0,)"
versionRange "[3.20.0,)"
because "it requires Java 21"
}
group("org.jooq") {