Skip to content

Commit 1d4a45c

Browse files
committed
Add dependency management for jOOQ's new jooq-kotlin module
Closes spring-projectsgh-23964
1 parent fe28ad8 commit 1d4a45c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -833,8 +833,9 @@ bom {
833833
group("org.jooq") {
834834
modules = [
835835
"jooq",
836-
"jooq-meta",
837-
"jooq-codegen"
836+
"jooq-codegen",
837+
"jooq-kotlin",
838+
"jooq-meta"
838839
]
839840
plugins = [
840841
"jooq-codegen-maven"

0 commit comments

Comments
 (0)