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 87c92fc4ff683f0e6430ba01036a06141531c51c Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Thu Dec 23 08:38:16 2021 +0200 Upgraded HTTP core version to 4.4.15 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6e24861..0a72a99 100644 --- a/pom.xml +++ b/pom.xml @@ -594,7 +594,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <version>4.4.14</version> + <version>4.4.15</version> </dependency> <dependency> <groupId>ch.ethz.ganymed</groupId>