Skip to content

Commit 3efcdda

Browse files
committed
updated dependencies
1 parent 225fe18 commit 3efcdda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
<dependency>
328328
<groupId>org.assertj</groupId>
329329
<artifactId>assertj-core</artifactId>
330-
<version>3.23.1</version>
330+
<version>3.24.2</version>
331331
<scope>test</scope>
332332
</dependency>
333333
<dependency>
@@ -354,12 +354,12 @@
354354
<dependency>
355355
<groupId>org.apache.httpcomponents</groupId>
356356
<artifactId>httpclient</artifactId>
357-
<version>4.5.13</version>
357+
<version>4.5.14</version>
358358
</dependency>
359359
<dependency>
360360
<groupId>org.apache.httpcomponents</groupId>
361361
<artifactId>httpcore</artifactId>
362-
<version>4.4.15</version>
362+
<version>4.4.16</version>
363363
</dependency>
364364
<dependency>
365365
<groupId>commons-codec</groupId>
@@ -389,7 +389,7 @@
389389
<dependency>
390390
<groupId>org.junit</groupId>
391391
<artifactId>junit-bom</artifactId>
392-
<version>5.9.0</version>
392+
<version>5.9.3</version>
393393
<type>pom</type>
394394
<scope>import</scope>
395395
</dependency>

0 commit comments

Comments
 (0)