diff options
author | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2018-09-19 13:07:13 +0200 |
---|---|---|
committer | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2018-09-19 13:09:22 +0200 |
commit | d7bb3ae2b33fa4acb20be6ee7af874eefd5e4441 (patch) | |
tree | 079a06bb471cbfc7828f8b28c320cd02b0a7dd03 /pom.xml | |
parent | 43cfe3ec689add6483fa44a772d5cd903f6704ec (diff) |
Update Kotlin and Reactor versions
Change-Id: I7237cede772e79a1cd18835c85b43bcd81710a50
Issue-ID: DCAEGEN2-801
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,7 +59,7 @@ </modules> <properties> - <kotlin.version>1.2.61</kotlin.version> + <kotlin.version>1.2.70</kotlin.version> <arrow.version>0.7.3</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> @@ -586,7 +586,7 @@ <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-bom</artifactId> - <version>Bismuth-SR10</version> + <version>Bismuth-SR11</version> <type>pom</type> <scope>import</scope> </dependency> |