Skip to content

Commit 39b64a7

Browse files
committed
Upgrade to jOOQ 3.19.29
Closes gh-48464
1 parent d0ed0dd commit 39b64a7

File tree

2 files changed

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

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
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>

platform/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ bom {
10581058
]
10591059
}
10601060
}
1061-
library("jOOQ", "3.19.28") {
1061+
library("jOOQ", "3.19.29") {
10621062
prohibit {
10631063
versionRange "[3.20.0,)"
10641064
because "it requires Java 21"

0 commit comments

Comments
 (0)