We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jooq.version
pom.xml
1 parent b113b77 commit b27f2ceCopy full SHA for b27f2ce
1 file changed
pom.xml
@@ -41,11 +41,6 @@
41
<mockk.version>1.13.11</mockk.version>
42
<springmockk.version>4.0.2</springmockk.version>
43
44
- <!-- Spring Boot BOM depends on version 3.19.8, which is incompatible with kotlin >= 1.9 -->
45
- <!-- 3.19.9 has the required fix https://github.com/jOOQ/jOOQ/issues/16691 -->
46
- <!-- This override should probably be dropped on next Sping Boot BOM update -->
47
- <jooq.version>3.19.10</jooq.version>
48
-
49
<!-- Other properties -->
50
<start.class>fi.hsl.jore4.timetables.TimetablesApiApplicationKt</start.class>
51
</properties>
@@ -402,6 +397,7 @@
402
397
<plugin>
403
398
<groupId>org.jooq</groupId>
404
399
<artifactId>jooq-codegen-maven</artifactId>
400
+ <!-- version inherited from the Spring Boot parent POM -->
405
401
<version>${jooq.version}</version>
406
407
<executions>
0 commit comments