This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new d257a0b Update Apache HttpClient 4.5.12 -> 4.5.13. Update Apache
HttpClient 5.0.2 -> 5.0.3.
d257a0b is described below
commit d257a0bdffdb4b3f0e51c641b77d75f254f3c798
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Oct 7 00:51:14 2020 -0400
Update Apache HttpClient 4.5.12 -> 4.5.13.
Update Apache HttpClient 5.0.2 -> 5.0.3.
---
pom.xml | 4 ++--
src/changes/changes.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 80ac1b9..b462467 100644
--- a/pom.xml
+++ b/pom.xml
@@ -495,12 +495,12 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.5.12</version>
+ <version>4.5.13</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
- <version>5.0.2</version>
+ <version>5.0.3</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b025eee..67cf771 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -129,8 +129,8 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">
Update tests from Apache Commons Lang 3.9 to 3.11.
</action>
- <action issue="VFS-768" dev="ggregory" due-to="ddg-igh" type="add">
- Update Apache httpclient 4.5.11 to 4.5.12 and httpclient5 5.0-beta7 to
5.0.2.
+ <action issue="VFS-768" dev="ggregory" due-to="ddg-igh, Gary Gregory"
type="add">
+ Update Apache httpclient 4.5.11 to 4.5.13 and httpclient5 5.0-beta7 to
5.0.3.
</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">
Update tests from Log4j 2.13.0 to 2.13.3.