all: Bump Jetty ALPN agent version, for new JREs

Jetty ALPN was broken with jdk1.8.0_121
This commit is contained in:
Eric Anderson 2017-03-13 10:13:42 -07:00
parent 2cb6ecc3b3
commit 308b6eab08
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ subprojects {
math: 'org.apache.commons:commons-math3:3.6',
// Jetty ALPN dependencies
jetty_alpn_agent: 'org.mortbay.jetty.alpn:jetty-alpn-agent:2.0.3'
jetty_alpn_agent: 'org.mortbay.jetty.alpn:jetty-alpn-agent:2.0.6'
]
}