You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by se...@apache.org on 2019/07/08 21:15:47 UTC

[calcite-avatica] branch master updated: CALCITE-3104: Bump httpcore from 4.4.10 to 4.4.11 (Fokko Driesprong)

This is an automated email from the ASF dual-hosted git repository.

sereda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d2080e  CALCITE-3104: Bump httpcore from 4.4.10 to 4.4.11 (Fokko Driesprong)
3d2080e is described below

commit 3d2080ebd6bbece37f1ea372cb24c2128dcc2418
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Fri May 31 20:09:22 2019 +0200

    CALCITE-3104: Bump httpcore from 4.4.10 to 4.4.11 (Fokko Driesprong)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 497cc2d..0a116dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@ limitations under the License.
     <hamcrest.version>1.3</hamcrest.version>
     <hsqldb.version>2.4.1</hsqldb.version>
     <httpclient.version>4.5.6</httpclient.version>
-    <httpcore.version>4.4.10</httpcore.version>
+    <httpcore.version>4.4.11</httpcore.version>
     <hydromatic-toolbox.version>0.3</hydromatic-toolbox.version>
     <jackson.version>2.9.8</jackson.version>
     <!-- Default to html4 for JDK 8 but html5 on jdk9+ -->