Skip to content

Commit f3f26f6

Browse files
authored
Merge pull request #3 from jbuncle/security/update-http-dependencies
Update HTTP client dependencies
2 parents 25042c2 + 4f24230 commit f3f26f6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,26 @@
2121
<dependency>
2222
<groupId>commons-codec</groupId>
2323
<artifactId>commons-codec</artifactId>
24-
<version>1.10</version>
24+
<version>1.18.0</version>
2525
<type>jar</type>
2626
</dependency>
2727
<dependency>
2828
<groupId>commons-io</groupId>
2929
<artifactId>commons-io</artifactId>
30-
<version>2.4</version>
30+
<version>2.20.0</version>
3131
<type>jar</type>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.apache.httpcomponents</groupId>
3535
<artifactId>httpcore</artifactId>
36-
<version>4.4.3</version>
36+
<version>4.4.16</version>
3737
<type>jar</type>
3838
<optional>true</optional>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.apache.httpcomponents</groupId>
4242
<artifactId>httpclient</artifactId>
43-
<version>4.5.1</version>
43+
<version>4.5.14</version>
4444
<type>jar</type>
4545
<optional>true</optional>
4646
</dependency>

0 commit comments

Comments
 (0)