We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad8812 commit 6074d96Copy full SHA for 6074d96
2 files changed
RELEASE-NOTES.md
@@ -1,3 +1,7 @@
1
+## 4.0-M2
2
+
3
+* #13 Upgrade Jooq to 3.20.10
4
5
## 3.0.M1
6
7
* #12 Upgrade to Jooq 3.16.x
pom.xml
@@ -36,7 +36,7 @@
36
<description>Provides Jooq integration with Bootique</description>
37
38
<properties>
39
- <jooq.version>3.16.8</jooq.version>
+ <jooq.version>3.20.10</jooq.version>
40
<mysql.version>9.2.0</mysql.version>
41
</properties>
42
0 commit comments