Skip to content

Commit

Permalink
Update reactor and netty versions
Browse files Browse the repository at this point in the history
  • Loading branch information
segabriel committed Apr 29, 2020
1 parent 5443fae commit 4d5fe15
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
<scalecube-commons.version>1.0.1</scalecube-commons.version>
<slf4j.version>1.7.30</slf4j.version>
<log4j.version>2.8.2</log4j.version>
<reactor.version>Dysprosium-RELEASE</reactor.version>
<reactor.version>Dysprosium-SR7</reactor.version>
<netty.version>4.1.48.Final</netty.version>
<jackson.version>2.10.0</jackson.version>

<mockito-junit-jupiter.version>2.27.0</mockito-junit-jupiter.version>
Expand Down Expand Up @@ -98,6 +99,15 @@
<scope>import</scope>
</dependency>

<!-- Netty -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId>
<version>${netty.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- Scalecube Commons -->
<dependency>
<groupId>io.scalecube</groupId>
Expand Down

0 comments on commit 4d5fe15

Please sign in to comment.