Skip to content

Commit 546e948

Browse files
committed
Remove extra ".0" in prohibit.versionRange for jOOQ
Signed-off-by: Johnny Lim <[email protected]>
1 parent 95b882c commit 546e948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ bom {
10511051
}
10521052
library("jOOQ", "3.19.21") {
10531053
prohibit {
1054-
versionRange "[3.20.0.0,)"
1054+
versionRange "[3.20.0,)"
10551055
because "it requires Java 21"
10561056
}
10571057
group("org.jooq") {

0 commit comments

Comments
 (0)