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 01edd78da2 NIFI-12691 Update okio to 3.7.0
01edd78da2 is described below

commit 01edd78da21b7cd62183c5a8541ead6401cac7a1
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Wed Jan 31 08:10:41 2024 -0500

    NIFI-12691 Update okio to 3.7.0
    
    Signed-off-by: Pierre Villard <pierre.villard...@gmail.com>
    
    This closes #8325.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ff8d9cde9f..7a4a867a0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
         
<io.fabric8.kubernetes.client.version>6.8.1</io.fabric8.kubernetes.client.version>
         <kotlin.version>1.9.10</kotlin.version>
         <okhttp.version>4.12.0</okhttp.version>
-        <okio.version>3.6.0</okio.version>
+        <okio.version>3.7.0</okio.version>
         <org.apache.commons.cli.version>1.6.0</org.apache.commons.cli.version>
         
<org.apache.commons.codec.version>1.16.0</org.apache.commons.codec.version>
         
<org.apache.commons.compress.version>1.25.0</org.apache.commons.compress.version>

Reply via email to