Update git submodules

* Update plugins/replication from branch 'master'
  to c7c36d62cf61d1588e9cdeab3e89b77a65f44c79
  - Remove events from beforeStartupEventsQueue in-memory queue
    
    Before replication plugin is fully loaded it can receive
    events. These events are stored in an in-memory queue called
    `beforeStartupEventsQueue`. After plugin is fully loaded those
    events are processed but never removed from the queue. This can
    cause issue processing the same event multiple times.
    
    Replication done with apply-object may not be idempotent if
    the event generated at a point in time is processed later.
    
    To avoid that remove event from the queue and then process it.
    
    Bug: Issue 307554728
    Change-Id: Ic075c9dfa0a2e984762fed0aaf7481f035fdd662
    
diff --git a/plugins/replication b/plugins/replication
index 8fd3c27..c7c36d6 160000
--- a/plugins/replication
+++ b/plugins/replication
@@ -1 +1 @@
-Subproject commit 8fd3c271ce0a21480e3d04da5ad2112efea3bedf
+Subproject commit c7c36d62cf61d1588e9cdeab3e89b77a65f44c79