Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency org.jooq:jooq-codegen to v3.19.9
Browse files Browse the repository at this point in the history
renovate[bot] authored May 30, 2024
1 parent 4ade31a commit c482a19
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
@@ -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.9")
implementation("org.flywaydb:flyway-core:8.5.9")

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

0 comments on commit c482a19

Please sign in to comment.