diff options
| author | Yang Song <songy23@users.noreply.github.com> | 2018-03-21 14:52:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-21 14:52:11 -0700 |
| commit | 37fe5d3fc334d3b784767d3ba5d8859b1391ec05 (patch) | |
| tree | 98d76ff529259f323570e580235124f8a2f153b9 /build.gradle | |
| parent | eeb4219174b5ddef0bea4ee569022ea52f082926 (diff) | |
| download | platform_external_opencensus-java-37fe5d3fc334d3b784767d3ba5d8859b1391ec05.tar.gz platform_external_opencensus-java-37fe5d3fc334d3b784767d3ba5d8859b1391ec05.tar.bz2 platform_external_opencensus-java-37fe5d3fc334d3b784767d3ba5d8859b1391ec05.zip | |
Update disruptor version. (#1075)
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index a8fae14f..f5c6df06 100644 --- a/build.gradle +++ b/build.gradle @@ -168,7 +168,7 @@ subprojects { auto_service: 'com.google.auto.service:auto-service:1.0-rc3', byte_buddy: 'net.bytebuddy:byte-buddy:1.7.11', config: 'com.typesafe:config:1.2.1', - disruptor: 'com.lmax:disruptor:3.3.9', + disruptor: 'com.lmax:disruptor:3.4.1', errorprone: "com.google.errorprone:error_prone_annotations:${errorProneVersion}", findbugs_annotations: "com.google.code.findbugs:annotations:${findBugsVersion}", google_auth: "com.google.auth:google-auth-library-credentials:${googleAuthVersion}", |
