Skip to content

Commit cf900f4

Browse files
authored
deps: update dependency org.apache.httpcomponents:httpclient to v4.5.14 (#1795)
1 parent 099a616 commit cf900f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>org.apache.httpcomponents</groupId>
140140
<artifactId>httpclient</artifactId>
141-
<version>4.5.13</version>
141+
<version>4.5.14</version>
142142
<scope>test</scope>
143143
</dependency>
144144
<dependency>

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.apache.httpcomponents</groupId>
5151
<artifactId>httpclient</artifactId>
52-
<version>4.5.13</version>
52+
<version>4.5.14</version>
5353
<scope>test</scope>
5454
</dependency>
5555
<dependency>

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.apache.httpcomponents</groupId>
6262
<artifactId>httpclient</artifactId>
63-
<version>4.5.13</version>
63+
<version>4.5.14</version>
6464
<scope>test</scope>
6565
</dependency>
6666
<dependency>

0 commit comments

Comments
 (0)