diff options
author | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2018-08-21 08:49:39 +0200 |
---|---|---|
committer | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2018-08-21 09:33:35 +0200 |
commit | e2bd564242bf98767754762a83ca5cbae33ddb8f (patch) | |
tree | c445662857abf1dfe2b2204116d16eb6e9ac2f64 /pom.xml | |
parent | ae633930ca2d7e9b11bc156dbbd93c4d94e584de (diff) |
Update dependenies' versions
Kotlin and Arrow updated. Also used Jacoco in version 0.8.1 because one
defined in oparent fails with new Kotlin.
Change-Id: I42e70c08454205fc732cca092c3ec0637f6118d3
Issue-ID: DCAEGEN2-720
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -60,10 +60,11 @@ </modules> <properties> - <kotlin.version>1.2.60</kotlin.version> - <arrow.version>0.7.2</arrow.version> + <kotlin.version>1.2.61</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> + <jacoco.version>0.8.1</jacoco.version> <!-- Protocol buffers --> <protobuf.version>3.5.1</protobuf.version> |