diff --git a/composer.json b/composer.json
index 3cf03b26daebd55d0d204de3cf82ee95a1980d0d..115eecac2299eb1405694431a45f80ead4ef37dc 100644
--- a/composer.json
+++ b/composer.json
@@ -57,7 +57,7 @@
     "drupal/embed": "1.0",
     "drupal/entity": "1.0-beta3",
     "drupal/entity_clone": "1.x-dev#9265e359bd31bda693dac9ad84ad52fe63531488",
-    "drupal/entity_browser": "2.0-alpha2",
+    "drupal/entity_browser": "2.0-alpha3",
     "drupal/dropzonejs": "2.0-alpha3",
     "drupal/entity_embed": "1.0-beta2",
     "drupal/inline_entity_form": "1.0-rc1",
diff --git a/drupal-org.make b/drupal-org.make
index ddc0d0029225969a338bdbd6bfa6f4efa813074a..c3a0e6673a52ff7808baa0737daba53df1fec483 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -98,7 +98,7 @@ projects[entity_clone][patch][] = https://www.drupal.org/files/issues/entity_clo
 projects[entity_clone][patch][] = https://www.drupal.org/files/issues/entity_clone-abort_clone_causes_fatal_error-2769823-4.patch
 
 projects[entity_browser][type] = module
-projects[entity_browser][version] = 2.0-alpha2
+projects[entity_browser][version] = 2.0-alpha3
 ;; Issue #2865928: The View widget should filter based on field settings.
 projects[entity_embed][patch][] = https://www.drupal.org/files/issues/entity-browser-view-context-2865928-14.patch
 ;; Issue #2877751: Inform users how many items they can add to a field that uses an entity browser.