You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2022/06/29 15:11:47 UTC

[nifi] branch main updated: NIFI-10176 Upgraded OkHttp from 4.9.3 to 4.10.0

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

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 4cb9997ea2 NIFI-10176 Upgraded OkHttp from 4.9.3 to 4.10.0
4cb9997ea2 is described below

commit 4cb9997ea299ba1b112dc58f19e73f8349551f34
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Tue Jun 28 17:08:42 2022 -0500

    NIFI-10176 Upgraded OkHttp from 4.9.3 to 4.10.0
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #6167.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a710d8b823..be96b8f2a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
         <inceptionYear>2014</inceptionYear>
         <gson.version>2.9.0</gson.version>
         <kotlin.version>1.6.20</kotlin.version>
-        <okhttp.version>4.9.3</okhttp.version>
+        <okhttp.version>4.10.0</okhttp.version>
         <org.apache.commons.lang3.version>3.12.0</org.apache.commons.lang3.version>
         <org.apache.commons.io.version>2.11.0</org.apache.commons.io.version>
         <org.apache.httpcomponents.httpclient.version>4.5.13</org.apache.httpcomponents.httpclient.version>