This is an automated email from the ASF dual-hosted git repository. mthomsen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 5cb12511dd8aa60b27d89dae2b53a80d3070ecff Author: mr1716 <[email protected]> AuthorDate: Sat Sep 10 10:39:47 2022 -0400 NIFI-10474 Update kotlin to 1.7.10 This closes #6393 Signed-off-by: Mike Thomsen <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6665cfeb9a..3133671570 100644 --- a/pom.xml +++ b/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>
