Skip to content

Commit 5065d7b

Browse files
committed
#176 - Consistently use a single netty version.
1 parent b575e15 commit 5065d7b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: pom.xml

+9-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<mssql-jdbc.version>7.1.2.jre8-preview</mssql-jdbc.version>
3737
<r2dbc-releasetrain.version>Arabba-M8</r2dbc-releasetrain.version>
3838
<reactive-streams.version>1.0.1</reactive-streams.version>
39+
<netty>4.1.39.Final</netty>
3940
</properties>
4041

4142
<inceptionYear>2018</inceptionYear>
@@ -81,6 +82,13 @@
8182
<type>pom</type>
8283
<scope>import</scope>
8384
</dependency>
85+
<dependency>
86+
<groupId>io.netty</groupId>
87+
<artifactId>netty-bom</artifactId>
88+
<version>${netty}</version>
89+
<type>pom</type>
90+
<scope>import</scope>
91+
</dependency>
8492
</dependencies>
8593
</dependencyManagement>
8694

@@ -321,7 +329,7 @@
321329
<aspectjVersion>${aspectj}</aspectjVersion>
322330
<querydslVersion>${querydsl}</querydslVersion>
323331
<springVersion>${spring}</springVersion>
324-
<r2dbcVersion>${r2dbc-spi.version}</r2dbcVersion>
332+
<r2dbcVersion>${r2dbc-releasetrain.version}</r2dbcVersion>
325333
<reactiveStreamsVersion>${reactive-streams.version}
326334
</reactiveStreamsVersion>
327335
<releasetrainVersion>${releasetrain}</releasetrainVersion>

0 commit comments

Comments
 (0)