This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git
The following commit(s) were added to refs/heads/master by this push:
new bc786bf Bump httpclient.version from 4.5.12 to 4.5.13 (#178)
bc786bf is described below
commit bc786bfe097dd66e0ce1d264b57e15c008738db1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 13 08:18:22 2021 -0700
Bump httpclient.version from 4.5.12 to 4.5.13 (#178)
Bumps `httpclient.version` from 4.5.12 to 4.5.13.
Updates `httpclient` from 4.5.12 to 4.5.13
Updates `httpclient-cache` from 4.5.12 to 4.5.13
Updates `httpmime` from 4.5.12 to 4.5.13
---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpclient
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.httpcomponents:httpclient-cache
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.httpcomponents:httpmime
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 ec1beef..1754804 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,7 +263,7 @@
<implementation.build>${scmBranch}@r${buildNumber}</implementation.build>
<implementation.build.tstamp>${maven.build.timestamp}</implementation.build.tstamp>
- <httpclient.version>4.5.12</httpclient.version>
+ <httpclient.version>4.5.13</httpclient.version>
<httpcore.version>4.4.13</httpcore.version>
<owlapi.version>5.1.13</owlapi.version>
<poi.version>4.1.2</poi.version>