Dart 2.9.3 (#602)

diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile
index 7674375..0e7af7c 100644
--- a/.gitpod.Dockerfile
+++ b/.gitpod.Dockerfile
@@ -6,8 +6,8 @@
 # More information: https://www.gitpod.io/docs/config-docker/
 
 RUN sudo apt-get update && \
-    wget https://storage.googleapis.com/dart-archive/channels/stable/release/2.9.2/linux_packages/dart_2.9.2-1_amd64.deb && \
-    sudo dpkg -i dart_2.9.2-1_amd64.deb && \
+    wget https://storage.googleapis.com/dart-archive/channels/stable/release/2.9.3/linux_packages/dart_2.9.3-1_amd64.deb && \
+    sudo dpkg -i dart_2.9.3-1_amd64.deb && \
     sudo apt-get install -y protobuf-compiler redis && \
     sudo apt-get update && \
     echo "export PATH=\"\$PATH:/usr/lib/dart/bin:\$HOME/.pub-cache/bin\"" >> $HOME/.bashrc && \
diff --git a/.travis.yml b/.travis.yml
index 776136a..eafa852 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@
   - gem install coveralls-lcov
 dart:
   # Keep this value aligned with min SDK value in pubspec.yaml and FROM line of Dockerfile
-  - "2.9.2"
+  - "2.9.3"
   - beta
 
 # Use Ubuntu 18.04 (Bionic Beaver) 
diff --git a/Dockerfile b/Dockerfile
index bd9d510..b3a307e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
 # Keep aligned with min SDK in pubspec.yaml and Dart test version in .travis.yml
-FROM google/dart:2.9.2
+FROM google/dart:2.9.3
 
 # The specific commit that dart-services should use. This should be kept
 # in sync with the flutter submodule in the dart-services repo.
diff --git a/cloud_run.Dockerfile b/cloud_run.Dockerfile
index f18ca64..d361115 100644
--- a/cloud_run.Dockerfile
+++ b/cloud_run.Dockerfile
@@ -1,5 +1,5 @@
 # Keep aligned with min SDK in pubspec.yaml and Dart test version in .travis.yml
-FROM google/dart:2.9.2
+FROM google/dart:2.9.3
 
 # The specific commit that dart-services should use. This should be kept
 # in sync with the flutter submodule in the dart-services repo.
diff --git a/pubspec.yaml b/pubspec.yaml
index 6388a1d..d93d726 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -3,7 +3,7 @@
 
 environment:
   # Keep SDK aligned with .travis.yml and FROM line of Dockerfile
-  sdk: ^2.9.2
+  sdk: ^2.9.3
 
 dependencies:
   # TODO(domesticmouse): unpin analyzer after we update to Dart 2.10