aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2019-05-30 10:47:53 +0200
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2019-05-30 12:47:09 +0200
commit7357386655e619ac7dfd5cf0d7801572513e2f4c (patch)
tree01f87d2fda338aefa13561b9d9f8d75d3a476a64
parentdc936d27d761bde31ac5916a84efa2f48ec32b83 (diff)
Bump Kotlin and Reactor versions
Issue-ID: DCAEGEN2-1542 Change-Id: I1b14b29a780deedc9c64bdfbded4b3b05e990279 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
-rw-r--r--build/hv-collector-analysis/pom.xml5
-rw-r--r--pom.xml9
2 files changed, 12 insertions, 2 deletions
diff --git a/build/hv-collector-analysis/pom.xml b/build/hv-collector-analysis/pom.xml
index 78da5097..32b66e0d 100644
--- a/build/hv-collector-analysis/pom.xml
+++ b/build/hv-collector-analysis/pom.xml
@@ -58,6 +58,11 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-compiler-embeddable</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-compiler-embeddable</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
diff --git a/pom.xml b/pom.xml
index 225f0a5b..2bf8ecd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
</modules>
<properties>
- <kotlin.version>1.3.21</kotlin.version>
+ <kotlin.version>1.3.31</kotlin.version>
<arrow.version>0.9.0</arrow.version>
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
<build-helper-maven-plugin.version>1.7</build-helper-maven-plugin.version>
@@ -420,6 +420,11 @@
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-compiler-embeddable</artifactId>
+ <version>${kotlin.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-script-util</artifactId>
<version>${kotlin.version}</version>
<scope>runtime</scope>
@@ -474,7 +479,7 @@
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>
<!-- remember to update netty native bindings versions -->
- <version>Californium-SR4</version>
+ <version>Californium-SR8</version>
<type>pom</type>
<scope>import</scope>
</dependency>