Update libs 68/111968/3 1.5.0
authorPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Tue, 1 Sep 2020 11:56:51 +0000 (13:56 +0200)
committerPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Wed, 2 Sep 2020 10:00:39 +0000 (12:00 +0200)
- 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

pom.xml

diff --git a/pom.xml b/pom.xml
index bf5d47a..a308657 100644 (file)
--- 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>
                 <artifactId>slf4j-api</artifactId>
                 <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>