Update git submodules
* Update plugins/replication from branch 'master'
to d91399e3ff6205e22d065dbe8757f5128890bfac
- Merge "Expose API to update remotes' configurations"
- Expose API to update remotes' configurations
Introduce `ReplicationRemotesUpdater` class to add or update remotes
configuration programmatically.
To propagate changes to different configuration resources, both
`ConfigResource` and `ReplicationConfigOverrides` got new method `void
udpate(Config config)`. That lets persist changes in other configuration
resources.
In order to make Guice happy with all of the required bindings, some
were moved from `ReplicationModule` to `ReplicationConfigModule`.
Finally, the `ReplicationRemotesUpdater`, will use `SecureStore` to
persist `remote.$name.password` in a secure manner.
For end-to-end testing replication-remote-updates[1] can be used.
[1] https://github.com/dluksza/replication-remote-updates
Bug: Issue 322146238
Change-Id: I8003ec6c827f865eb383092db8f07033e92da488
diff --git a/plugins/replication b/plugins/replication
index 56ea643..d91399e 160000
--- a/plugins/replication
+++ b/plugins/replication
@@ -1 +1 @@
-Subproject commit 56ea64394e8a58b213c0d859c219036fe6c78b0c
+Subproject commit d91399e3ff6205e22d065dbe8757f5128890bfac