File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<properties >
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
- <spring .boot.version>3.2.0</spring .boot.version>
13
+ <spring .boot.version>3.4.0</spring .boot.version>
14
+ <maven .compiler.plugin.version>3.10.1</maven .compiler.plugin.version>
14
15
<maven .surefire.plugin.version>3.0.0-M7</maven .surefire.plugin.version>
15
16
<java .version>17</java .version>
16
- <r2dbc-migrate .version>3.0.6 </r2dbc-migrate .version>
17
+ <r2dbc-migrate .version>3.1.1 </r2dbc-migrate .version>
17
18
</properties >
18
19
19
20
<dependencyManagement >
48
49
<plugin >
49
50
<groupId >org.apache.maven.plugins</groupId >
50
51
<artifactId >maven-compiler-plugin</artifactId >
52
+ <version >${maven.compiler.plugin.version} </version >
51
53
<configuration >
52
54
<source >${java.version} </source >
53
55
<target >${java.version} </target >
56
+ <parameters >true</parameters >
54
57
</configuration >
55
58
</plugin >
56
59
<plugin >
Original file line number Diff line number Diff line change 1
1
spring :
2
2
r2dbc :
3
- url : r2dbc:tc:postgresql:///customer_db?TC_IMAGE_TAG=14.0
3
+ url : r2dbc:tc:postgresql:///customer_db?TC_IMAGE_TAG=14.1-alpine3.14
4
4
properties :
5
5
lock_timeout : 40000
6
6
statement_timeout : 40000
9
9
10
10
r2dbc :
11
11
migrate :
12
- resources-paths :
13
- - classpath:/db/migration/*.sql
14
- - classpath:/test/migration/*.sql
12
+ resources :
13
+ - resourcesPaths :
14
+ - classpath:/db/migration/*.sql
15
+ - classpath:/test/migration/*.sql
You can’t perform that action at this time.
0 commit comments