Skip to content

Commit

Permalink
fix(deps): update dependency org.jooq:jooq-codegen to v3.19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent 4ade31a commit 3be0dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin")
implementation("org.jetbrains.kotlin:kotlin-allopen")
implementation("org.springframework.boot:spring-boot-gradle-plugin:2.6.7")
implementation("org.jooq:jooq-codegen:3.15.5")
implementation("org.jooq:jooq-codegen:3.19.7")
implementation("org.flywaydb:flyway-core:8.5.9")

// implementation("org.testcontainers:postgresql:1.15.2") // TODO remove
Expand Down

0 comments on commit 3be0dfd

Please sign in to comment.