File tree 4 files changed +18
-9
lines changed
4 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 28
28
</modules >
29
29
30
30
<properties >
31
- <springboot .version>3.2.6 </springboot .version>
31
+ <springboot .version>3.4.3 </springboot .version>
32
32
<maven .compiler.source>11</maven .compiler.source>
33
33
<maven .compiler.target>11</maven .compiler.target>
34
34
<maven .compiler.release>11</maven .compiler.release>
Original file line number Diff line number Diff line change 42
42
<argLine >--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED</argLine >
43
43
<failsafe .version>3.2.2</failsafe .version>
44
44
<surefire .version>3.2.2</surefire .version>
45
- <junit-bom .version>5.8.2 </junit-bom .version>
45
+ <junit-bom .version>5.11.4 </junit-bom .version>
46
46
<snakeyaml .version>2.0</snakeyaml .version>
47
47
<testcontainers .version>1.20.0</testcontainers .version>
48
48
<springboot .version>3.4.3</springboot .version>
138
138
<dependency >
139
139
<groupId >org.junit.jupiter</groupId >
140
140
<artifactId >junit-jupiter</artifactId >
141
- <version >5.8.2</version >
141
+ <version >5.11.4</version >
142
+ </dependency >
143
+ <dependency >
144
+ <groupId >org.junit.jupiter</groupId >
145
+ <artifactId >junit-jupiter-api</artifactId >
146
+ <version >5.11.4</version >
147
+ </dependency >
148
+ <dependency >
149
+ <groupId >org.junit.jupiter</groupId >
150
+ <artifactId >junit-jupiter-engine</artifactId >
151
+ <version >5.11.4</version >
152
+ </dependency >
153
+ <dependency >
154
+ <groupId >org.junit.jupiter</groupId >
155
+ <artifactId >junit-jupiter-params</artifactId >
156
+ <version >5.11.4</version >
142
157
</dependency >
143
158
<dependency >
144
159
<groupId >org.testcontainers</groupId >
Original file line number Diff line number Diff line change 17
17
<groupId >org.springframework.boot</groupId >
18
18
<artifactId >spring-boot-dependencies</artifactId >
19
19
<type >pom</type >
20
- <scope >import</scope >
21
20
</dependency >
22
21
<dependency >
23
22
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 41
41
<artifactId >dapr-spring-boot-starter-test</artifactId >
42
42
<scope >test</scope >
43
43
</dependency >
44
- <dependency >
45
- <groupId >org.testcontainers</groupId >
46
- <artifactId >junit-jupiter</artifactId >
47
- <scope >test</scope >
48
- </dependency >
49
44
<dependency >
50
45
<groupId >org.testcontainers</groupId >
51
46
<artifactId >postgresql</artifactId >
You can’t perform that action at this time.
0 commit comments