|
7 | 7 | <parent> |
8 | 8 | <groupId>io.scalecube</groupId> |
9 | 9 | <artifactId>scalecube-parent-pom</artifactId> |
10 | | - <version>0.1.0-RC1</version> |
| 10 | + <version>0.1.1</version> |
11 | 11 | </parent> |
12 | 12 | <packaging>pom</packaging> |
13 | 13 |
|
|
23 | 23 | <properties> |
24 | 24 | <scalecube-commons.version>1.0.1</scalecube-commons.version> |
25 | 25 | <slf4j.version>1.7.30</slf4j.version> |
26 | | - <log4j.version>2.8.2</log4j.version> |
27 | | - <reactor.version>Dysprosium-RELEASE</reactor.version> |
28 | | - <jackson.version>2.10.0</jackson.version> |
| 26 | + <log4j.version>2.13.2</log4j.version> |
| 27 | + <reactor.version>Dysprosium-SR7</reactor.version> |
| 28 | + <netty.version>4.1.48.Final</netty.version> |
| 29 | + <jackson.version>2.11.0</jackson.version> |
29 | 30 |
|
30 | 31 | <mockito-junit-jupiter.version>2.27.0</mockito-junit-jupiter.version> |
31 | 32 | <junit-jupiter.version>5.1.1</junit-jupiter.version> |
|
89 | 90 | <version>${slf4j.version}</version> |
90 | 91 | </dependency> |
91 | 92 |
|
| 93 | + <dependency> |
| 94 | + <groupId>org.apache.logging.log4j</groupId> |
| 95 | + <artifactId>log4j-bom</artifactId> |
| 96 | + <version>${log4j.version}</version> |
| 97 | + <type>pom</type> |
| 98 | + <scope>import</scope> |
| 99 | + </dependency> |
| 100 | + |
92 | 101 | <!-- Reactor --> |
93 | 102 | <dependency> |
94 | 103 | <groupId>io.projectreactor</groupId> |
|
98 | 107 | <scope>import</scope> |
99 | 108 | </dependency> |
100 | 109 |
|
| 110 | + <!-- Netty --> |
| 111 | + <dependency> |
| 112 | + <groupId>io.netty</groupId> |
| 113 | + <artifactId>netty-bom</artifactId> |
| 114 | + <version>${netty.version}</version> |
| 115 | + <type>pom</type> |
| 116 | + <scope>import</scope> |
| 117 | + </dependency> |
| 118 | + |
101 | 119 | <!-- Scalecube Commons --> |
102 | 120 | <dependency> |
103 | 121 | <groupId>io.scalecube</groupId> |
|
0 commit comments