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
The following commit(s) were added to refs/heads/main by this push:
new dd612a861a NIFI-9873 Upgraded Kotlin to 1.6.20
dd612a861a is described below
commit dd612a861a5d5a457297202edabee704872699dd
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Apr 4 20:21:52 2022 -0500
NIFI-9873 Upgraded Kotlin to 1.6.20
This closes #5930
Signed-off-by: Mike Thomsen <[email protected]>
---
pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/pom.xml b/pom.xml
index 51c2ac12fb..c4eb4d7478 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,6 +99,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<inceptionYear>2014</inceptionYear>
+ <kotlin.version>1.6.20</kotlin.version>
<okhttp.version>4.9.3</okhttp.version>
<org.apache.commons.lang3.version>3.12.0</org.apache.commons.lang3.version>
<org.apache.httpcomponents.httpclient.version>4.5.13</org.apache.httpcomponents.httpclient.version>
@@ -551,6 +552,13 @@
<scope>import</scope>
<type>pom</type>
</dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-bom</artifactId>
+ <version>${kotlin.version}</version>
+ <scope>import</scope>
+ <type>pom</type>
+ </dependency>
</dependencies>
</dependencyManagement>