Browse Source

Upgrade to jOOQ 3.14.15

Closes gh-28094
pull/28102/head
Stephane Nicoll 5 years ago
parent
commit
5548aae440
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -931,7 +931,7 @@ bom { @@ -931,7 +931,7 @@ bom {
]
}
}
library("jOOQ", "3.14.14") {
library("jOOQ", "3.14.15") {
prohibit("[3.15.0,)") {
because "it requires Java 11"
}

Loading…
Cancel
Save