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

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


The following commit(s) were added to refs/heads/master by this push:
     new e7f8bc7  DRILL-7933: Update OkHTTP to Version 4.9.1 (#2237)
e7f8bc7 is described below

commit e7f8bc740d89f326a2964b79615fa4957e7f911f
Author: Charles S. Givre <[email protected]>
AuthorDate: Tue May 25 13:49:01 2021 -0400

    DRILL-7933: Update OkHTTP to Version 4.9.1 (#2237)
---
 contrib/storage-http/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/storage-http/pom.xml b/contrib/storage-http/pom.xml
index 894ccf8..755430a 100644
--- a/contrib/storage-http/pom.xml
+++ b/contrib/storage-http/pom.xml
@@ -31,7 +31,7 @@
   <name>Drill : Contrib : Storage : HTTP</name>
 
   <properties>
-    <okhttp.version>4.5.0</okhttp.version>
+    <okhttp.version>4.9.1</okhttp.version>
   </properties>
 
   <dependencies>

Reply via email to