You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/06/05 17:54:18 UTC

[tinkerpop] 02/06: Bump to httpclient 4.5.8 CTR

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

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 6d89ba057bcf31d104146caa311321a1a176fd65
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Wed Jun 5 08:29:10 2019 -0400

    Bump to httpclient 4.5.8 CTR
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 259a4a1..89290a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -672,7 +672,7 @@ limitations under the License.
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpclient</artifactId>
-                <version>4.5.7</version>
+                <version>4.5.8</version>
                 <exclusions>
                     <!-- bring commons-codec in line with TinkerPop -->
                     <exclusion>