Skip to content

Commit 5788b0e

Browse files
committed
Update dependencies
1 parent 514b188 commit 5788b0e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
</developers>
5252

5353
<properties>
54-
<bouncycastle.version>1.77</bouncycastle.version>
54+
<bouncycastle.version>1.78.1</bouncycastle.version>
5555
<httpclient.version>4.5.14</httpclient.version>
5656
<jakarta.mail.version>2.0.1</jakarta.mail.version>
5757
<jose4j.version>0.9.6</jose4j.version>
58-
<slf4j.version>2.0.12</slf4j.version>
58+
<slf4j.version>2.0.13</slf4j.version>
5959
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
6060
<project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding>
6161
</properties>
@@ -201,7 +201,7 @@
201201
<dependency>
202202
<groupId>org.assertj</groupId>
203203
<artifactId>assertj-core</artifactId>
204-
<version>3.25.3</version>
204+
<version>3.26.0</version>
205205
<scope>test</scope>
206206
</dependency>
207207
<dependency>
@@ -220,16 +220,17 @@
220220
<dependency>
221221
<groupId>org.mockito</groupId>
222222
<artifactId>mockito-core</artifactId>
223-
<version>5.11.0</version>
223+
<version>5.12.0</version>
224224
<scope>test</scope>
225225
</dependency>
226226
<dependency>
227227
<groupId>org.awaitility</groupId>
228228
<artifactId>awaitility</artifactId>
229-
<version>4.2.0</version>
229+
<version>4.2.1</version>
230230
<scope>test</scope>
231231
</dependency>
232232
<dependency>
233+
<!-- Fixed to 3.2.0 until https://github.com/wiremock/wiremock/issues/2480 is resolved -->
233234
<groupId>org.wiremock</groupId>
234235
<artifactId>wiremock</artifactId>
235236
<version>3.2.0</version>

0 commit comments

Comments
 (0)