aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>2020-09-01 13:56:51 +0200
committerPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>2020-09-02 12:00:39 +0200
commitd89e147b4747b6e6d9a8f59fddc078aa6180a060 (patch)
treefd7ad9f333183cab3ce7f5a8c00806f53d90de10
parente3908a084f8f550cc9f3a425337ebc3356600f4b (diff)
Update libs1.5.0
- Update SDK from 1.3.4 to 1.4.3 - Update reactor-bom to Dysprosium-SR11 Issue-ID: DCAEGEN2-2242 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: Ib309fd3e8687335593ed313e227808eb5502c958
-rw-r--r--pom.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index bf5d47a8..a308657d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
<build-helper-maven-plugin.version>1.7</build-helper-maven-plugin.version>
<jacoco.version>0.8.3</jacoco.version>
<detekt.version>1.0.0-RC14</detekt.version>
- <sdk.version>1.3.4</sdk.version>
+ <sdk.version>1.4.3</sdk.version>
<!-- Protocol buffers -->
<protobuf.version>3.6.1</protobuf.version>
@@ -478,15 +478,10 @@
<version>1.8.0-beta1</version>
</dependency>
<dependency>
- <groupId>io.projectreactor.netty</groupId>
- <artifactId>reactor-netty</artifactId>
- <version>0.9.5.RELEASE</version>
- </dependency>
- <dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>
<!-- remember to update netty native bindings versions -->
- <version>Dysprosium-SR1</version>
+ <version>Dysprosium-SR11</version>
<type>pom</type>
<scope>import</scope>
</dependency>