Update git submodules

* Update plugins/replication from branch 'stable-3.5'
  to 419845f085c8991a8f324165788b2e4721501edc
  - Fix URI double escaping
    
    There were two problems here that had to be solved at the same time:
    1) Escaping for a URI path uses different rules than encoding for a URL
       form. URLEncoder is intended for forms, so switch to using Guava's
       UrlEscapers.urlPathSegmentEscaper().
    2) When we replace the ${name} token in the JGit URIish, we need to call
       uri.setRawPath() so that uri.path is set to the unescaped URI.
    
    Add tests showing the now fixed URI escaping in the context of
    ReplicationTaskStorage. Also refactor getURI() to make it more testable
    and add tests for the correct behavior.
    
    Change-Id: I9be55fafd78f546aecdeffebedd1d0d5e136022f
    Release-Notes: https remote URIs correctly escape project names
    Release-Notes: Stored tasks with (broken) double escaped URIs must be manually removed
    
diff --git a/plugins/replication b/plugins/replication
index c6665b8..419845f 160000
--- a/plugins/replication
+++ b/plugins/replication
@@ -1 +1 @@
-Subproject commit c6665b860961603b38b67f28e9d84b60ccf70d50
+Subproject commit 419845f085c8991a8f324165788b2e4721501edc