From e796fbdaa5737d0129db6d5c7f21a4f03c9fe80b Mon Sep 17 00:00:00 2001 From: Jon Chambers Date: Fri, 9 Sep 2016 10:19:25 -0400 Subject: [PATCH] Updated to Netty 4.1.5 and netty-tcnative 1.1.33.Fork22. --- README.md | 8 ++++---- pom.xml | 2 +- pushy/pom.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 99ed2a2dd..18074d9d7 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ If you use [Maven](http://maven.apache.org/), you can add Pushy to your project If you don't use Maven (or something else that understands Maven dependencies, like Gradle), you can [download Pushy as a `.jar` file](https://github.com/relayrides/pushy/releases/download/pushy-0.8/pushy-0.8.jar) and add it to your project directly. You'll also need to make sure you have Pushy's runtime dependencies on your classpath. They are: -- [netty 4.1.4](http://netty.io/) +- [netty 4.1.5](http://netty.io/) - [gson 2.6](https://github.com/google/gson) - [slf4j 1.7.6](http://www.slf4j.org/) (and possibly an SLF4J binding, as described in the [logging](#logging) section below) -- Either `netty-tcnative` (1.1.33.Fork19 or newer) or `alpn-boot`, as discussed in the [system requirements](#system-requirements) section below +- Either `netty-tcnative` (1.1.33.Fork22 or newer) or `alpn-boot`, as discussed in the [system requirements](#system-requirements) section below - [alpn-api](http://www.eclipse.org/jetty/documentation/current/alpn-chapter.html) if you've opted to use a native SSL provider (`alpn-api` is included in `alpn-boot`); please see the [system requirements](#system-requirements) section for details) Pushy itself requires Java 7 or newer to build and run. @@ -141,13 +141,13 @@ To add the netty-tcnative uber-jar, you'll just need to add the following depend io.netty netty-tcnative-boringssl-static - 1.1.33.Fork19 + 1.1.33.Fork22 ``` Otherwise, you may add the jar to your classpath by the means of your choice. -Please note that Pushy requires netty-tcnative 1.1.33.Fork19 or newer. Additionally, you'll need [`alpn-api`](http://mvnrepository.com/artifact/org.eclipse.jetty.alpn/alpn-api) as a `runtime` dependency for your project. If you're managing dependencies manually, you'll just need to make sure the latest version of `alpn-api` is available on your classpath. +Please note that Pushy requires netty-tcnative 1.1.33.Fork22 or newer. Additionally, you'll need [`alpn-api`](http://mvnrepository.com/artifact/org.eclipse.jetty.alpn/alpn-api) as a `runtime` dependency for your project. If you're managing dependencies manually, you'll just need to make sure the latest version of `alpn-api` is available on your classpath. ### Using Jetty's ALPN implementation diff --git a/pom.xml b/pom.xml index c19e76d1b..5981912a4 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ - 4.1.4.Final + 4.1.5.Final UTF-8 diff --git a/pushy/pom.xml b/pushy/pom.xml index b23f553b7..c0ceedd5a 100644 --- a/pushy/pom.xml +++ b/pushy/pom.xml @@ -131,7 +131,7 @@ io.netty netty-tcnative-boringssl-static - 1.1.33.Fork19 + 1.1.33.Fork22 test