File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 64
64
<dependency >
65
65
<groupId >me.tongfei</groupId >
66
66
<artifactId >progressbar</artifactId >
67
- <version >0.8.1 </version >
67
+ <version >0.9.0 </version >
68
68
<scope >test</scope >
69
69
</dependency >
70
70
<dependency >
74
74
<dependency >
75
75
<groupId >org.postgresql</groupId >
76
76
<artifactId >postgresql</artifactId >
77
- <version >42.2.14 </version >
77
+ <version >42.2.16.jre7 </version >
78
78
<scope >test</scope >
79
79
</dependency >
80
80
</dependencies >
Original file line number Diff line number Diff line change 19
19
<modelVersion >4.0.0</modelVersion >
20
20
21
21
<properties >
22
- <vertx .version>4.0.0.Beta1 </vertx .version>
22
+ <vertx .version>4.0.0.Beta3 </vertx .version>
23
23
</properties >
24
24
25
25
<dependencies >
57
57
<dependency >
58
58
<groupId >com.github.tomakehurst</groupId >
59
59
<artifactId >wiremock</artifactId >
60
- <version >2.27.1 </version >
60
+ <version >2.27.2 </version >
61
61
<scope >test</scope >
62
62
</dependency >
63
63
</dependencies >
Original file line number Diff line number Diff line change 64
64
<kafka .version>2.5.0</kafka .version>
65
65
66
66
<!-- tests -->
67
- <junit .version>5.7.0-M1 </junit .version>
68
- <junit .platform.version>1.7.0-M1 </junit .platform.version>
69
- <testcontainers .version>1.15.0-rc1 </testcontainers .version>
67
+ <junit .version>5.7.0</junit .version>
68
+ <junit .platform.version>1.7.0</junit .platform.version>
69
+ <testcontainers .version>1.15.0-rc2 </testcontainers .version>
70
70
</properties >
71
71
72
72
<profiles >
141
141
<dependency >
142
142
<groupId >com.github.bsideup.jabel</groupId >
143
143
<artifactId >jabel-javac-plugin</artifactId >
144
- <version >0.2 .0</version >
144
+ <version >0.3 .0</version >
145
145
</dependency >
146
146
<dependency >
147
147
<groupId >org.projectlombok</groupId >
194
194
<dependency >
195
195
<groupId >org.assertj</groupId >
196
196
<artifactId >assertj-core</artifactId >
197
- <version >3.16.1 </version >
197
+ <version >3.17.2 </version >
198
198
<scope >test</scope >
199
199
</dependency >
200
200
<dependency >
201
201
<groupId >org.mockito</groupId >
202
202
<artifactId >mockito-core</artifactId >
203
- <version >3.4.6 </version >
203
+ <version >3.5.13 </version >
204
204
<scope >test</scope >
205
205
</dependency >
206
206
<dependency >
You can’t perform that action at this time.
0 commit comments