Skip to content

Commit b5f7435

Browse files
committed
Merge pull request #44877 from izeye
* pr/44877: Remove extra ".0" in prohibit.versionRange for jOOQ Closes gh-44877
2 parents e6b8713 + b8bd65c commit b5f7435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)