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 8fc084c Bump httpcore from 4.4.13 to 4.4.14 (#188)
8fc084c is described below
commit 8fc084c53eb0eeaaa59ee1eff19eabe68a58e743
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 16 06:28:21 2021 -0700
Bump httpcore from 4.4.13 to 4.4.14 (#188)
Bumps httpcore from 4.4.13 to 4.4.14.
---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpcore
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 5e4c921..878a707 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,7 +264,7 @@
<implementation.build.tstamp>${maven.build.timestamp}</implementation.build.tstamp>
<httpclient.version>4.5.13</httpclient.version>
- <httpcore.version>4.4.13</httpcore.version>
+ <httpcore.version>4.4.14</httpcore.version>
<owlapi.version>5.1.13</owlapi.version>
<poi.version>5.0.0</poi.version>
<rdf4j.version>3.1.2</rdf4j.version>