BAEL-4518: Upgrade jooq version (#9955)
This commit is contained in:
parent
9d6e17a4e0
commit
2dc6089b10
|
@ -30,6 +30,7 @@
|
|||
<dependency>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq</artifactId>
|
||||
<version>${org.jooq.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Database Access -->
|
||||
|
@ -201,7 +202,7 @@
|
|||
</build>
|
||||
|
||||
<properties>
|
||||
<org.jooq.version>3.11.7</org.jooq.version>
|
||||
<org.jooq.version>3.12.4</org.jooq.version>
|
||||
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
|
||||
<sql-maven-plugin.version>1.5</sql-maven-plugin.version>
|
||||
<properties-maven-plugin.version>1.0.0</properties-maven-plugin.version>
|
||||
|
|
Loading…
Reference in New Issue