We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e6221 commit 0bb7114Copy full SHA for 0bb7114
2 files changed
spring-boot-project/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/jooq/settings.xml
@@ -1,4 +1,4 @@
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
-<settings xmlns="http://www.jooq.org/xsd/jooq-runtime-3.19.0.xsd">
+<settings xmlns="http://www.jooq.org/xsd/jooq-runtime-3.19.27.xsd">
3
<batchSize>100</batchSize>
4
</settings>
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1086,7 +1086,7 @@ bom {
1086
]
1087
}
1088
1089
- library("jOOQ", "3.19.26") {
+ library("jOOQ", "3.19.27") {
1090
prohibit {
1091
versionRange "[3.20.0,)"
1092
because "it requires Java 21"
0 commit comments