File tree 1 file changed +2
-7
lines changed
persistence-modules/spring-jooq
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 57
57
<groupId >org.springframework.boot</groupId >
58
58
<artifactId >spring-boot-starter-jooq</artifactId >
59
59
</dependency >
60
- <!-- Testing -->
61
- <dependency >
62
- <groupId >org.springframework</groupId >
63
- <artifactId >spring-test</artifactId >
64
- <scope >test</scope >
65
- </dependency >
66
60
</dependencies >
67
61
68
62
<build >
190
184
</build >
191
185
192
186
<properties >
193
- <org .jooq.version>3.18 .7</org .jooq.version>
187
+ <org .jooq.version>3.19 .7</org .jooq.version>
194
188
<lifecycle-mapping .version>1.0.0</lifecycle-mapping .version>
195
189
<sql-maven-plugin .version>1.5</sql-maven-plugin .version>
196
190
<properties-maven-plugin .version>1.0.0</properties-maven-plugin .version>
197
191
<h2 .version>2.2.224</h2 .version>
192
+ <spring-boot .version>3.2.2</spring-boot .version>
198
193
</properties >
199
194
200
195
</project >
You can’t perform that action at this time.
0 commit comments