aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2018-02-22 13:32:05 -0800
committerGitHub <noreply@github.com>2018-02-22 13:32:05 -0800
commit713ac0a88695449342a10375112a3e7eae197978 (patch)
tree107eced36d4a5d56433bd37483df033b9f0dfe65 /build.gradle
parent6d51cb4aef8bf7ddfb336e4c9e575f778c31fb5a (diff)
downloadgrpc-grpc-java-713ac0a88695449342a10375112a3e7eae197978.tar.gz
all: update to latest alpn agent
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 271180b1f..f2856893e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -226,7 +226,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.6'
+ jetty_alpn_agent: 'org.mortbay.jetty.alpn:jetty-alpn-agent:2.0.7'
]
}