mirror of https://github.com/apache/nifi.git
NIFI-10474 Update kotlin to 1.7.10
This closes #6393 Signed-off-by: Mike Thomsen <mthomsen@apache.org>
This commit is contained in:
parent
ccebf2b271
commit
5cb12511dd
2
pom.xml
2
pom.xml
|
@ -105,7 +105,7 @@
|
|||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<inceptionYear>2014</inceptionYear>
|
||||
<gson.version>2.9.0</gson.version>
|
||||
<kotlin.version>1.6.20</kotlin.version>
|
||||
<kotlin.version>1.7.10</kotlin.version>
|
||||
<okhttp.version>4.10.0</okhttp.version>
|
||||
<org.apache.commons.lang3.version>3.12.0</org.apache.commons.lang3.version>
|
||||
<org.apache.commons.io.version>2.11.0</org.apache.commons.io.version>
|
||||
|
|
Loading…
Reference in New Issue