Skip to content

Commit 73e1df2

Browse files
committed
Prohibit upgrades to jOOQ 3.20.0
Closes gh-44372
1 parent 3ea9c56 commit 73e1df2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,6 +1054,10 @@ bom {
10541054
}
10551055
}
10561056
library("jOOQ", "3.19.21") {
1057+
prohibit {
1058+
versionRange "[3.20.0.0,)"
1059+
because "it requires Java 21"
1060+
}
10571061
group("org.jooq") {
10581062
modules = [
10591063
"jooq",

0 commit comments

Comments
 (0)