Skip to content

Commit

Permalink
Bump netty to 4.1.42
Browse files Browse the repository at this point in the history
https://netty.io/news/2019/09/12/4-1-41-Final.html
https://netty.io/news/2019/09/25/4-1-42-Final.html

Change-Id: I3882602046370e4ee861335955258510bddd490e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 9c995d0)
  • Loading branch information
rovarga committed Oct 17, 2019
1 parent aa6f4e9 commit 38a672b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions features/odl-netty-4/src/main/history/dependencies.xml
Expand Up @@ -2,14 +2,14 @@
<features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name="odl-netty-4">
<feature version="0.0.0">
<feature>odl-javassist-3</feature>
<bundle>mvn:io.netty/netty-buffer/4.1.39.Final</bundle>
<bundle>mvn:io.netty/netty-codec-http/4.1.39.Final</bundle>
<bundle>mvn:io.netty/netty-codec/4.1.39.Final</bundle>
<bundle>mvn:io.netty/netty-common/4.1.39.Final</bundle>
<bundle>mvn:io.netty/netty-handler/4.1.39.Final</bundle>
<bundle>mvn:io.netty/netty-resolver/4.1.39.Final</bundle>
<bundle>mvn:io.netty/netty-transport-native-epoll/4.1.39.Final/jar/linux-x86_64</bundle>
<bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.39.Final</bundle>
<bundle>mvn:io.netty/netty-transport/4.1.39.Final</bundle>
<bundle>mvn:io.netty/netty-buffer/4.1.42.Final</bundle>
<bundle>mvn:io.netty/netty-codec-http/4.1.42.Final</bundle>
<bundle>mvn:io.netty/netty-codec/4.1.42.Final</bundle>
<bundle>mvn:io.netty/netty-common/4.1.42.Final</bundle>
<bundle>mvn:io.netty/netty-handler/4.1.42.Final</bundle>
<bundle>mvn:io.netty/netty-resolver/4.1.42.Final</bundle>
<bundle>mvn:io.netty/netty-transport-native-epoll/4.1.42.Final/jar/linux-x86_64</bundle>
<bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.42.Final</bundle>
<bundle>mvn:io.netty/netty-transport/4.1.42.Final</bundle>
</feature>
</features>
16 changes: 8 additions & 8 deletions odlparent/pom.xml
Expand Up @@ -546,45 +546,45 @@
<artifactId>netty-all</artifactId>
<!-- If these are updated, the version in features.xml needs to be changed too -->
<!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite -->
<version>4.1.39.Final</version>
<version>4.1.42.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.39.Final</version>
<version>4.1.42.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.39.Final</version>
<version>4.1.42.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.39.Final</version>
<version>4.1.42.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.39.Final</version>
<version>4.1.42.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.39.Final</version>
<version>4.1.42.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.1.39.Final</version>
<version>4.1.42.Final</version>
</dependency>
<!-- Here we need to define all available native epoll implementations; we can't limit ourselves to the build
platform and we can't require the build platform to have an implementation (e.g. OS X) -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<classifier>linux-x86_64</classifier>
<version>4.1.39.Final</version>
<version>4.1.42.Final</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
Expand Down

0 comments on commit 38a672b

Please sign in to comment.