File tree Expand file tree Collapse file tree 4 files changed +23
-4
lines changed Expand file tree Collapse file tree 4 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 136
136
<dependency >
137
137
<groupId >org.apache.commons</groupId >
138
138
<artifactId >commons-csv</artifactId >
139
- <version >1.12 .0</version >
139
+ <version >1.13 .0</version >
140
140
</dependency >
141
141
<dependency >
142
142
<groupId >org.apache.commons</groupId >
Original file line number Diff line number Diff line change 51
51
<!--
52
52
jdk 11.0.22+7
53
53
-->
54
+ <!--
54
55
<image>eclipse-temurin:11-jre@sha256:10f2d98f22d80c9f594814a296a235f19f009557bcdc96b12719ebc1c0aa9d34</image>
56
+ -->
57
+ <image >eclipse-temurin:21-jre@sha256:sha256:8e201486c2c51c07f0c1e33bf3841a03b2d624cd3dd8a734a1ece02ac48b795a</image >
55
58
</from >
56
59
<to >
57
60
<image >${dockerImageTag} </image >
Original file line number Diff line number Diff line change 464
464
<dependency >
465
465
<groupId >org.mockito</groupId >
466
466
<artifactId >mockito-core</artifactId >
467
- <version >5.14 .2</version >
467
+ <version >5.15 .2</version >
468
468
<scope >test</scope >
469
469
</dependency >
470
470
<dependency >
471
471
<groupId >org.assertj</groupId >
472
472
<artifactId >assertj-core</artifactId >
473
- <version >3.27.0 </version >
473
+ <version >3.27.2 </version >
474
474
<scope >test</scope >
475
475
</dependency >
476
476
<dependency >
Original file line number Diff line number Diff line change 218
218
<dependency >
219
219
<groupId >org.apache.commons</groupId >
220
220
<artifactId >commons-csv</artifactId >
221
- <version >1.12 .0</version >
221
+ <version >1.13 .0</version >
222
222
</dependency >
223
223
<dependency >
224
224
<groupId >commons-fileupload</groupId >
259
259
<groupId >org.jasig.cas.client</groupId >
260
260
<artifactId >cas-client-core</artifactId >
261
261
<version >3.6.4</version >
262
+ <exclusions >
263
+ <exclusion >
264
+ <groupId >org.bouncycastle</groupId >
265
+ <artifactId >bcpkix-jdk15on</artifactId >
266
+ </exclusion >
267
+ </exclusions >
262
268
</dependency >
263
269
<dependency >
264
270
<groupId >net.glxn</groupId >
275
281
<artifactId >bcpkix-jdk18on</artifactId >
276
282
<version >1.79</version >
277
283
</dependency >
284
+ <dependency >
285
+ <groupId >org.bouncycastle</groupId >
286
+ <artifactId >bcutil-jdk18on</artifactId >
287
+ <version >1.79</version >
288
+ </dependency >
289
+ <dependency >
290
+ <groupId >org.bouncycastle</groupId >
291
+ <artifactId >bctls-jdk18on</artifactId >
292
+ <version >1.79</version >
293
+ </dependency >
278
294
<dependency >
279
295
<groupId >jaxen</groupId >
280
296
<artifactId >jaxen</artifactId >
You can’t perform that action at this time.
0 commit comments