This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit a0769da9ee331a5b207f27941c19d16da996dca6 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Thu Dec 10 13:33:27 2020 +0200 Upgraded HTTP core version to 4.4.14 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e5e6ecc..d8dad0b 100644 --- a/pom.xml +++ b/pom.xml @@ -572,7 +572,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <version>4.4.13</version> + <version>4.4.14</version> </dependency> <dependency> <groupId>ch.ethz.ganymed</groupId>