Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit afcaf5f

Browse files
committed
Update to org.apache.httpcomponents:httpclient:4.5.13
1 parent f81c74c commit afcaf5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/oauth2/sparklr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
<dependency>
187187
<groupId>org.apache.httpcomponents</groupId>
188188
<artifactId>httpclient</artifactId>
189-
<version>4.5.10</version>
189+
<version>4.5.13</version>
190190
<scope>test</scope>
191191
</dependency>
192192

spring-security-oauth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
<dependency>
170170
<groupId>org.apache.httpcomponents</groupId>
171171
<artifactId>httpclient</artifactId>
172-
<version>4.5.10</version>
172+
<version>4.5.13</version>
173173
</dependency>
174174

175175
<dependency>

spring-security-oauth2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
<dependency>
181181
<groupId>org.apache.httpcomponents</groupId>
182182
<artifactId>httpclient</artifactId>
183-
<version>4.5.10</version>
183+
<version>4.5.13</version>
184184
<optional>true</optional>
185185
</dependency>
186186

0 commit comments

Comments
 (0)