NIFI-11822 Upgraded Okio to 3.4.0 for OkHttp

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7488.
This commit is contained in:
exceptionfactory 2023-07-17 09:24:33 -05:00 committed by Pierre Villard
parent df389e84d9
commit 6ace630c5c
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 6 additions and 0 deletions

View File

@ -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>