Skip to content

Commit 22f247f

Browse files
authored
Merge pull request #315 from scalecube/update-versions
Update versions
2 parents 5443fae + 6f16b2b commit 22f247f

File tree

4 files changed

+22
-10
lines changed

4 files changed

+22
-10
lines changed

cluster/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,11 @@
4242
<dependency>
4343
<groupId>org.apache.logging.log4j</groupId>
4444
<artifactId>log4j-slf4j-impl</artifactId>
45-
<version>${log4j.version}</version>
4645
<scope>test</scope>
4746
</dependency>
4847
<dependency>
4948
<groupId>org.apache.logging.log4j</groupId>
5049
<artifactId>log4j-core</artifactId>
51-
<version>${log4j.version}</version>
5250
<scope>test</scope>
5351
</dependency>
5452
</dependencies>

examples/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,10 @@
2929
<dependency>
3030
<groupId>org.apache.logging.log4j</groupId>
3131
<artifactId>log4j-slf4j-impl</artifactId>
32-
<version>${log4j.version}</version>
3332
</dependency>
3433
<dependency>
3534
<groupId>org.apache.logging.log4j</groupId>
3635
<artifactId>log4j-core</artifactId>
37-
<version>${log4j.version}</version>
3836
</dependency>
3937
</dependencies>
4038

pom.xml

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.scalecube</groupId>
99
<artifactId>scalecube-parent-pom</artifactId>
10-
<version>0.1.0-RC1</version>
10+
<version>0.1.1</version>
1111
</parent>
1212
<packaging>pom</packaging>
1313

@@ -23,9 +23,10 @@
2323
<properties>
2424
<scalecube-commons.version>1.0.1</scalecube-commons.version>
2525
<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>
2930

3031
<mockito-junit-jupiter.version>2.27.0</mockito-junit-jupiter.version>
3132
<junit-jupiter.version>5.1.1</junit-jupiter.version>
@@ -89,6 +90,14 @@
8990
<version>${slf4j.version}</version>
9091
</dependency>
9192

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+
92101
<!-- Reactor -->
93102
<dependency>
94103
<groupId>io.projectreactor</groupId>
@@ -98,6 +107,15 @@
98107
<scope>import</scope>
99108
</dependency>
100109

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+
101119
<!-- Scalecube Commons -->
102120
<dependency>
103121
<groupId>io.scalecube</groupId>

transport-parent/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,11 @@
3232
<dependency>
3333
<groupId>org.apache.logging.log4j</groupId>
3434
<artifactId>log4j-slf4j-impl</artifactId>
35-
<version>${log4j.version}</version>
3635
<scope>test</scope>
3736
</dependency>
3837
<dependency>
3938
<groupId>org.apache.logging.log4j</groupId>
4039
<artifactId>log4j-core</artifactId>
41-
<version>${log4j.version}</version>
4240
<scope>test</scope>
4341
</dependency>
4442
</dependencies>

0 commit comments

Comments
 (0)