Skip to content

Commit

Permalink
chore(deps): update jooq.version to v3.19.1 (#321)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 22, 2023
1 parent 1b6d773 commit 72cb9f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jooq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>Demo project for Spring Boot</description>
<properties>
<java.version>21</java.version>
<jooq.version>3.19.0</jooq.version>
<jooq.version>3.19.1</jooq.version>
<testcontainers.version>1.19.3</testcontainers.version>
</properties>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-co/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<kotlin.version>1.9.21</kotlin.version>
<kotlin-coroutines.version>1.6.4</kotlin-coroutines.version>
<testcontainers.version>1.19.3</testcontainers.version>
<jooq.version>3.19.0</jooq.version>
<jooq.version>3.19.1</jooq.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 72cb9f1

Please sign in to comment.