Skip to content

Commit 2923491

Browse files
committedJan 16, 2025
dependency/library updates
1 parent 07be979 commit 2923491

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed
 

‎docker/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<!--
5555
<image>eclipse-temurin:11-jre@sha256:10f2d98f22d80c9f594814a296a235f19f009557bcdc96b12719ebc1c0aa9d34</image>
5656
-->
57-
<image>eclipse-temurin:21-jre@sha256:sha256:8e201486c2c51c07f0c1e33bf3841a03b2d624cd3dd8a734a1ece02ac48b795a</image>
57+
<image>eclipse-temurin:21-jre@sha256:c1f2e1f082e26dd30c4ea73b3b17b24b473ab122226225dd8dcba71406167537</image>
5858
</from>
5959
<to>
6060
<image>${dockerImageTag}</image>

‎pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<plugin>
147147
<groupId>org.apache.maven.plugins</groupId>
148148
<artifactId>maven-javadoc-plugin</artifactId>
149-
<version>3.8.0</version>
149+
<version>3.11.2</version>
150150
<executions>
151151
<execution>
152152
<goals>
@@ -341,7 +341,7 @@
341341
<dependency>
342342
<groupId>com.github.spotbugs</groupId>
343343
<artifactId>spotbugs</artifactId>
344-
<version>4.8.6</version>
344+
<version>4.9.0</version>
345345
</dependency>
346346
</dependencies>
347347
<configuration>
@@ -389,7 +389,7 @@
389389
<plugin>
390390
<groupId>org.owasp</groupId>
391391
<artifactId>dependency-check-maven</artifactId>
392-
<version>11.1.1</version>
392+
<version>12.0.0</version>
393393
<executions>
394394
<execution>
395395
<goals>
@@ -450,7 +450,7 @@
450450
<dependency>
451451
<groupId>com.github.spotbugs</groupId>
452452
<artifactId>spotbugs-annotations</artifactId>
453-
<version>4.8.6</version>
453+
<version>4.9.0</version>
454454
<scope>provided</scope>
455455
</dependency>
456456

‎server/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>
4444
<artifactId>maven-surefire-plugin</artifactId>
45-
<version>3.4.0</version>
45+
<version>3.5.2</version>
4646
<executions>
4747
<execution>
4848
<id>default-test</id>
@@ -133,7 +133,7 @@
133133
<plugin>
134134
<groupId>org.apache.maven.plugins</groupId>
135135
<artifactId>maven-deploy-plugin</artifactId>
136-
<version>3.1.1</version>
136+
<version>3.1.3</version>
137137
<executions>
138138
<execution>
139139
<phase>deploy</phase>
@@ -274,22 +274,22 @@
274274
<dependency>
275275
<groupId>org.bouncycastle</groupId>
276276
<artifactId>bcprov-jdk18on</artifactId>
277-
<version>1.79</version>
277+
<version>1.80</version>
278278
</dependency>
279279
<dependency>
280280
<groupId>org.bouncycastle</groupId>
281281
<artifactId>bcpkix-jdk18on</artifactId>
282-
<version>1.79</version>
282+
<version>1.80</version>
283283
</dependency>
284284
<dependency>
285285
<groupId>org.bouncycastle</groupId>
286286
<artifactId>bcutil-jdk18on</artifactId>
287-
<version>1.79</version>
287+
<version>1.80</version>
288288
</dependency>
289289
<dependency>
290290
<groupId>org.bouncycastle</groupId>
291291
<artifactId>bctls-jdk18on</artifactId>
292-
<version>1.79</version>
292+
<version>1.80</version>
293293
</dependency>
294294
<dependency>
295295
<groupId>jaxen</groupId>

0 commit comments

Comments
 (0)
Please sign in to comment.