Skip to content

Commit 2787ce2

Browse files
committed
Remove the explicitly set jooq.version property from pom.xml.
1 parent b113b77 commit 2787ce2

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
<mockk.version>1.13.11</mockk.version>
4242
<springmockk.version>4.0.2</springmockk.version>
4343

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-
4944
<!-- Other properties -->
5045
<start.class>fi.hsl.jore4.timetables.TimetablesApiApplicationKt</start.class>
5146
</properties>
@@ -402,6 +397,7 @@
402397
<plugin>
403398
<groupId>org.jooq</groupId>
404399
<artifactId>jooq-codegen-maven</artifactId>
400+
<!-- version inherited from the Spring Boot parent POM -->
405401
<version>${jooq.version}</version>
406402

407403
<executions>

0 commit comments

Comments
 (0)