Skip to content

Commit 3c7d31e

Browse files
committed
Upgrade to jOOQ 3.19.29
Closes gh-48456
1 parent 2962d44 commit 3c7d31e

File tree

2 files changed

+2
-2
lines changed
  • spring-boot-project
    • spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/jooq
    • spring-boot-dependencies

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<settings xmlns="http://www.jooq.org/xsd/jooq-runtime-3.19.27.xsd">
2+
<settings xmlns="http://www.jooq.org/xsd/jooq-runtime-3.19.29.xsd">
33
<batchSize>100</batchSize>
44
</settings>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ bom {
10861086
]
10871087
}
10881088
}
1089-
library("jOOQ", "3.19.28") {
1089+
library("jOOQ", "3.19.29") {
10901090
prohibit {
10911091
versionRange "[3.20.0,)"
10921092
because "it requires Java 21"

0 commit comments

Comments
 (0)