mirror of https://github.com/grpc/grpc-java.git
all: Bump Jetty ALPN agent version, for new JREs
Jetty ALPN was broken with jdk1.8.0_121
This commit is contained in:
parent
2cb6ecc3b3
commit
308b6eab08
|
@ -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'
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue