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 97cb134 Bump httpclient5 from 5.0.3 to 5.1 (#196)
97cb134 is described below
commit 97cb134e04e425fed46b066b3941ec8cad065b29
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 13 09:43:12 2021 -0400
Bump httpclient5 from 5.0.3 to 5.1 (#196)
Bumps [httpclient5](https://github.com/apache/httpcomponents-client) from
5.0.3 to 5.1.
- [Release notes](https://github.com/apache/httpcomponents-client/releases)
-
[Changelog](https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt)
-
[Commits](https://github.com/apache/httpcomponents-client/compare/rel/v5.0.3...rel/v5.1)
---
updated-dependencies:
- dependency-name: org.apache.httpcomponents.client5:httpclient5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b35ba3a..22f717b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -562,7 +562,7 @@
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
- <version>5.0.3</version>
+ <version>5.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>