Skip to content

Commit b8bd65c

Browse files
izeyesnicoll
authored andcommitted
Remove extra ".0" in prohibit.versionRange for jOOQ
See gh-44877 Signed-off-by: Johnny Lim <[email protected]>
1 parent e6b8713 commit b8bd65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spring-boot-project/spring-boot-dependencies/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ bom {
10501050
}
10511051
library("jOOQ", "3.19.21") {
10521052
prohibit {
1053-
versionRange "[3.20.0.0,)"
1053+
versionRange "[3.20.0,)"
10541054
because "it requires Java 21"
10551055
}
10561056
group("org.jooq") {

0 commit comments

Comments
 (0)