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 6ace630c5c NIFI-11822 Upgraded Okio to 3.4.0 for OkHttp
6ace630c5c is described below
commit 6ace630c5cfa6ee505d7e548822f85634529a7dc
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 bb03d08710..8153333280 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,6 +108,7 @@
<io.fabric8.kubernetes.client.version>6.5.1</io.fabric8.kubernetes.client.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>
@@ -684,6 +685,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>