File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
<sha1 ></sha1 >
25
25
<changelist >-SNAPSHOT</changelist >
26
26
<java .version>17</java .version>
27
- <junit .version>5.10.3 </junit .version>
27
+ <junit .version>5.11.0 </junit .version>
28
28
29
29
<maven .compiler.source>${java.version} </maven .compiler.source>
30
30
<maven .compiler.target>${java.version} </maven .compiler.target>
70
70
<dependency >
71
71
<groupId >com.fasterxml.jackson</groupId >
72
72
<artifactId >jackson-bom</artifactId >
73
- <version >2.17.1 </version >
73
+ <version >2.17.2 </version >
74
74
<scope >import</scope >
75
75
<type >pom</type >
76
76
</dependency >
92
92
<dependency >
93
93
<groupId >org.assertj</groupId >
94
94
<artifactId >assertj-core</artifactId >
95
- <version >3.26.0 </version >
95
+ <version >3.26.3 </version >
96
96
</dependency >
97
97
<dependency >
98
98
<groupId >org.junit.jupiter</groupId >
208
208
<plugin >
209
209
<groupId >org.apache.maven.plugins</groupId >
210
210
<artifactId >maven-surefire-plugin</artifactId >
211
- <version >3.3.0 </version >
211
+ <version >3.3.1 </version >
212
212
</plugin >
213
213
<plugin >
214
214
<groupId >org.apache.maven.plugins</groupId >
215
215
<artifactId >maven-failsafe-plugin</artifactId >
216
- <version >3.3.0 </version >
216
+ <version >3.3.1 </version >
217
217
</plugin >
218
218
<plugin >
219
219
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments