mirror of https://github.com/apache/nifi.git
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:
parent
df389e84d9
commit
6ace630c5c
6
pom.xml
6
pom.xml
|
@ -108,6 +108,7 @@
|
||||||
<io.fabric8.kubernetes.client.version>6.5.1</io.fabric8.kubernetes.client.version>
|
<io.fabric8.kubernetes.client.version>6.5.1</io.fabric8.kubernetes.client.version>
|
||||||
<kotlin.version>1.8.20</kotlin.version>
|
<kotlin.version>1.8.20</kotlin.version>
|
||||||
<okhttp.version>4.11.0</okhttp.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.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.codec.version>1.16.0</org.apache.commons.codec.version>
|
||||||
<org.apache.commons.lang3.version>3.12.0</org.apache.commons.lang3.version>
|
<org.apache.commons.lang3.version>3.12.0</org.apache.commons.lang3.version>
|
||||||
|
@ -684,6 +685,11 @@
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.squareup.okio</groupId>
|
||||||
|
<artifactId>okio</artifactId>
|
||||||
|
<version>${okio.version}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jetbrains.kotlin</groupId>
|
<groupId>org.jetbrains.kotlin</groupId>
|
||||||
<artifactId>kotlin-bom</artifactId>
|
<artifactId>kotlin-bom</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue