Update git submodules

* Update plugins/replication from branch 'stable-3.1'
  to 00ff9091494ccd81744bde643c981ebdead57894
  - Move replication config parsing out of DestinationsCollection
    
    DestinationsCollection class is breaking single responsibility principle
    because is mixing ReplicationDestination and ConfigParser functionality.
    This split allows better code decoupling and is a prerequisite for
    replacing ReplicationFileBasedConfig with ReplicationConfig interface.
    
    Feature: Issue 12450
    Change-Id: I33e3350596884e24bc32eacc4b51b73048e3f18c
    
diff --git a/plugins/replication b/plugins/replication
index 1341a71..00ff909 160000
--- a/plugins/replication
+++ b/plugins/replication
@@ -1 +1 @@
-Subproject commit 1341a7168c42221114fbc7cde2954f8516eda9c9
+Subproject commit 00ff9091494ccd81744bde643c981ebdead57894