From ede2a9e6ed815c19e11cc30a32df5eccbcdf31de Mon Sep 17 00:00:00 2001 From: Etienne Studer Date: Mon, 25 Dec 2023 19:49:06 +0100 Subject: [PATCH] Update missing reference to jOOQ 3.19.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72e051f6..1fedc65b 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ buildscript { ## Configuring the jOOQ generation tool -Configure the jOOQ generation tool via `jooq` extension, made available by the jOOQ plugin. The full set of configuration options when using jOOQ 3.18.x can +Configure the jOOQ generation tool via `jooq` extension, made available by the jOOQ plugin. The full set of configuration options when using jOOQ 3.19.x can be seen on the jOOQ generation tool's [Configuration](https://github.com/jOOQ/jOOQ/tree/version-3.19.1/jOOQ-meta/src/main/java/org/jooq/meta/jaxb) class, or on the [jOOQ XSD](https://www.jooq.org/xsd/jooq-codegen-3.19.0.xsd).