Skip to content

Commit 14f670f

Browse files
authored
[JAVA-28843] Fix persistence-modules/spring-jooq in the context of JDK 21 migration
1 parent b963059 commit 14f670f

File tree

1 file changed

+2
-7
lines changed
  • persistence-modules/spring-jooq

1 file changed

+2
-7
lines changed

persistence-modules/spring-jooq/pom.xml

+2-7
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@
5757
<groupId>org.springframework.boot</groupId>
5858
<artifactId>spring-boot-starter-jooq</artifactId>
5959
</dependency>
60-
<!-- Testing -->
61-
<dependency>
62-
<groupId>org.springframework</groupId>
63-
<artifactId>spring-test</artifactId>
64-
<scope>test</scope>
65-
</dependency>
6660
</dependencies>
6761

6862
<build>
@@ -190,11 +184,12 @@
190184
</build>
191185

192186
<properties>
193-
<org.jooq.version>3.18.7</org.jooq.version>
187+
<org.jooq.version>3.19.7</org.jooq.version>
194188
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
195189
<sql-maven-plugin.version>1.5</sql-maven-plugin.version>
196190
<properties-maven-plugin.version>1.0.0</properties-maven-plugin.version>
197191
<h2.version>2.2.224</h2.version>
192+
<spring-boot.version>3.2.2</spring-boot.version>
198193
</properties>
199194

200195
</project>

0 commit comments

Comments
 (0)