Skip to content

Commit 07be979

Browse files
committed
dependency/library updates
1 parent 19a934f commit 07be979

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

data-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<dependency>
137137
<groupId>org.apache.commons</groupId>
138138
<artifactId>commons-csv</artifactId>
139-
<version>1.12.0</version>
139+
<version>1.13.0</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>org.apache.commons</groupId>

docker/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@
5151
<!--
5252
jdk 11.0.22+7
5353
-->
54+
<!--
5455
<image>eclipse-temurin:11-jre@sha256:10f2d98f22d80c9f594814a296a235f19f009557bcdc96b12719ebc1c0aa9d34</image>
56+
-->
57+
<image>eclipse-temurin:21-jre@sha256:sha256:8e201486c2c51c07f0c1e33bf3841a03b2d624cd3dd8a734a1ece02ac48b795a</image>
5558
</from>
5659
<to>
5760
<image>${dockerImageTag}</image>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,13 +464,13 @@
464464
<dependency>
465465
<groupId>org.mockito</groupId>
466466
<artifactId>mockito-core</artifactId>
467-
<version>5.14.2</version>
467+
<version>5.15.2</version>
468468
<scope>test</scope>
469469
</dependency>
470470
<dependency>
471471
<groupId>org.assertj</groupId>
472472
<artifactId>assertj-core</artifactId>
473-
<version>3.27.0</version>
473+
<version>3.27.2</version>
474474
<scope>test</scope>
475475
</dependency>
476476
<dependency>

server/pom.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
<dependency>
219219
<groupId>org.apache.commons</groupId>
220220
<artifactId>commons-csv</artifactId>
221-
<version>1.12.0</version>
221+
<version>1.13.0</version>
222222
</dependency>
223223
<dependency>
224224
<groupId>commons-fileupload</groupId>
@@ -259,6 +259,12 @@
259259
<groupId>org.jasig.cas.client</groupId>
260260
<artifactId>cas-client-core</artifactId>
261261
<version>3.6.4</version>
262+
<exclusions>
263+
<exclusion>
264+
<groupId>org.bouncycastle</groupId>
265+
<artifactId>bcpkix-jdk15on</artifactId>
266+
</exclusion>
267+
</exclusions>
262268
</dependency>
263269
<dependency>
264270
<groupId>net.glxn</groupId>
@@ -275,6 +281,16 @@
275281
<artifactId>bcpkix-jdk18on</artifactId>
276282
<version>1.79</version>
277283
</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>
278294
<dependency>
279295
<groupId>jaxen</groupId>
280296
<artifactId>jaxen</artifactId>

0 commit comments

Comments
 (0)