Skip to content

Commit 557c72a

Browse files
fix(deps): update jooq.version to v3.20.6
1 parent d256bd0 commit 557c72a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jooq/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<description>Demo project for Spring Boot</description>
1616
<properties>
1717
<java.version>21</java.version>
18-
<jooq.version>3.20.5</jooq.version>
18+
<jooq.version>3.20.6</jooq.version>
1919
<testcontainers.version>1.21.3</testcontainers.version>
2020
</properties>
2121
<dependencies>

kotlin-co/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<kotlin.version>2.2.10</kotlin.version>
1919
<kotlin-coroutines.version>1.6.4</kotlin-coroutines.version>
2020
<testcontainers.version>1.21.3</testcontainers.version>
21-
<jooq.version>3.20.5</jooq.version>
21+
<jooq.version>3.20.6</jooq.version>
2222
</properties>
2323
<dependencies>
2424
<dependency>

0 commit comments

Comments
 (0)