This is an automated email from the ASF dual-hosted git repository.
chriss 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 e4b7432251 NIFI-12268 Upgraded OkHttp from 4.11.0 to 4.12.0
e4b7432251 is described below
commit e4b74322517d6c586f357eebdfcb8ea747ddce29
Author: exceptionfactory <[email protected]>
AuthorDate: Tue Oct 24 09:33:11 2023 -0500
NIFI-12268 Upgraded OkHttp from 4.11.0 to 4.12.0
- Upgraded Okio from 3.5.0 to 3.6.0
- Upgraded Kotlin from 1.9.0 to 1.9.10
This closes #7927
Signed-off-by: Chris Sampson <[email protected]>
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 34fa9aca1a..fc459005cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,9 +110,9 @@
<software.amazon.awssdk.version>2.20.148</software.amazon.awssdk.version>
<gson.version>2.10.1</gson.version>
<io.fabric8.kubernetes.client.version>6.8.1</io.fabric8.kubernetes.client.version>
- <kotlin.version>1.9.0</kotlin.version>
- <okhttp.version>4.11.0</okhttp.version>
- <okio.version>3.5.0</okio.version>
+ <kotlin.version>1.9.10</kotlin.version>
+ <okhttp.version>4.12.0</okhttp.version>
+ <okio.version>3.6.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.compress.version>1.24.0</org.apache.commons.compress.version>