Skip to content

Commit 4d5fe15

Browse files
committed
Update reactor and netty versions
1 parent 5443fae commit 4d5fe15

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
<scalecube-commons.version>1.0.1</scalecube-commons.version>
2525
<slf4j.version>1.7.30</slf4j.version>
2626
<log4j.version>2.8.2</log4j.version>
27-
<reactor.version>Dysprosium-RELEASE</reactor.version>
27+
<reactor.version>Dysprosium-SR7</reactor.version>
28+
<netty.version>4.1.48.Final</netty.version>
2829
<jackson.version>2.10.0</jackson.version>
2930

3031
<mockito-junit-jupiter.version>2.27.0</mockito-junit-jupiter.version>
@@ -98,6 +99,15 @@
9899
<scope>import</scope>
99100
</dependency>
100101

102+
<!-- Netty -->
103+
<dependency>
104+
<groupId>io.netty</groupId>
105+
<artifactId>netty-bom</artifactId>
106+
<version>${netty.version}</version>
107+
<type>pom</type>
108+
<scope>import</scope>
109+
</dependency>
110+
101111
<!-- Scalecube Commons -->
102112
<dependency>
103113
<groupId>io.scalecube</groupId>

0 commit comments

Comments
 (0)