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 31d867ffbd NIFI-13882 Upgraded Kotlin from 1.9.25 to 2.0.21
31d867ffbd is described below

commit 31d867ffbdc526e34460c1fc5e91b4ed9789d248
Author: exceptionfactory <[email protected]>
AuthorDate: Wed Oct 16 20:37:23 2024 -0500

    NIFI-13882 Upgraded Kotlin from 1.9.25 to 2.0.21
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #9401.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8be2f533e6..6a990387e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
         
<software.amazon.awssdk.version>2.28.13</software.amazon.awssdk.version>
         <gson.version>2.11.0</gson.version>
         
<io.fabric8.kubernetes.client.version>6.13.4</io.fabric8.kubernetes.client.version>
-        <kotlin.version>1.9.25</kotlin.version>
+        <kotlin.version>2.0.21</kotlin.version>
         <okhttp.version>4.12.0</okhttp.version>
         <okio.version>3.9.1</okio.version>
         <org.apache.commons.cli.version>1.9.0</org.apache.commons.cli.version>

Reply via email to