We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ade31a commit a725590Copy full SHA for a725590
buildSrc/build.gradle.kts
@@ -24,7 +24,7 @@ dependencies {
24
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin")
25
implementation("org.jetbrains.kotlin:kotlin-allopen")
26
implementation("org.springframework.boot:spring-boot-gradle-plugin:2.6.7")
27
- implementation("org.jooq:jooq-codegen:3.15.5")
+ implementation("org.jooq:jooq-codegen:3.20.4")
28
implementation("org.flywaydb:flyway-core:8.5.9")
29
30
// implementation("org.testcontainers:postgresql:1.15.2") // TODO remove
0 commit comments