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

pvillard pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new 295f1a642e NIFI-11822 Upgraded Okio to 3.4.0 for OkHttp
295f1a642e is described below

commit 295f1a642ebde0869112d3b1b32c76629c1c3935
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Jul 17 09:24:33 2023 -0500

    NIFI-11822 Upgraded Okio to 3.4.0 for OkHttp
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #7488.
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3182043272..49f44f4268 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,6 +109,7 @@
         <gson.version>2.10.1</gson.version>
         <kotlin.version>1.8.20</kotlin.version>
         <okhttp.version>4.11.0</okhttp.version>
+        <okio.version>3.4.0</okio.version>
         <org.apache.commons.cli.version>1.5.0</org.apache.commons.cli.version>
         
<org.apache.commons.codec.version>1.16.0</org.apache.commons.codec.version>
         
<org.apache.commons.lang3.version>3.12.0</org.apache.commons.lang3.version>
@@ -663,6 +664,11 @@
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
+            <dependency>
+                <groupId>com.squareup.okio</groupId>
+                <artifactId>okio</artifactId>
+                <version>${okio.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.jetbrains.kotlin</groupId>
                 <artifactId>kotlin-bom</artifactId>

Reply via email to