Upgrade disruptor to include the fix for SleepingWaitStrategy causing 100% CPU (#1026)

diff --git a/build.gradle b/build.gradle
index 15c5e3c..a3c7262 100644
--- a/build.gradle
+++ b/build.gradle
@@ -149,7 +149,7 @@
                 auto_service: 'com.google.auto.service:auto-service:1.0-rc3',
                 byte_buddy: 'net.bytebuddy:byte-buddy:1.7.10',
                 config: 'com.typesafe:config:1.2.1',
-                disruptor: 'com.lmax:disruptor:3.3.8',
+                disruptor: 'com.lmax:disruptor:3.3.9',
                 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}",