You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2019/09/15 16:09:38 UTC

[mina-sshd] 06/08: Updated Apache HTTP core version to 4.4.12

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 25a23a4277142a3fe65f0f8d577e025aa3efe6d4
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Mon Sep 9 13:27:14 2019 +0300

    Updated Apache HTTP core version to 4.4.12
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 44eb257..258a63f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -582,7 +582,7 @@
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpcore</artifactId>
-                <version>4.4.11</version>
+                <version>4.4.12</version>
             </dependency>
             <dependency>
                 <groupId>ch.ethz.ganymed</groupId>