diff options
-rw-r--r-- | build/hv-collector-analysis/pom.xml | 5 | ||||
-rw-r--r-- | pom.xml | 9 |
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> @@ -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> |