Skip to content

Commit 835c78c

Browse files
author
Christopher Dancy
committed
Expose netty deps as a version and bump to latest 4.1.0.CR2
1 parent 1cf2a46 commit 835c78c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
<!-- test dependencies -->
6565
<logback.version>1.1.0</logback.version>
6666
<testng.version>6.1.1</testng.version>
67+
<netty.version>4.1.0.CR2</netty.version>
6768
<hamcrest.library.version>1.3</hamcrest.library.version>
6869
<hamcrest.jpa-matchers>1.6</hamcrest.jpa-matchers>
6970
<lambdaj.version>2.3.3</lambdaj.version>
@@ -206,22 +207,22 @@
206207
<dependency>
207208
<groupId>io.netty</groupId>
208209
<artifactId>netty-codec-http</artifactId>
209-
<version>4.1.0.Beta7</version>
210+
<version>${netty.version}</version>
210211
</dependency>
211212
<dependency>
212213
<groupId>io.netty</groupId>
213214
<artifactId>netty-handler</artifactId>
214-
<version>4.1.0.Beta7</version>
215+
<version>${netty.version}</version>
215216
</dependency>
216217
<dependency>
217218
<groupId>io.netty</groupId>
218219
<artifactId>netty-handler-proxy</artifactId>
219-
<version>4.1.0.Beta7</version>
220+
<version>${netty.version}</version>
220221
</dependency>
221222
<dependency>
222223
<groupId>io.netty</groupId>
223224
<artifactId>netty-transport-native-epoll</artifactId>
224-
<version>4.1.0.Beta7</version>
225+
<version>${netty.version}</version>
225226
<classifier>linux-x86_64</classifier>
226227
</dependency>
227228
</dependencies>

0 commit comments

Comments
 (0)