OpenBanking-UK-Datamodel-Java-SDK
OpenBanking-UK-Datamodel-Java-SDK copied to clipboard
A Java SDK to help implementing the Open Banking standard : https://www.openbanking.org.uk/read-write-apis/
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.9 to 2.9.10.1. Commits - See full diff in [compare view](https://github.com/FasterXML/jackson/commits) [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...
When building my Discovery API I found that I could not call ``` Optional obdalp = obDiscovery..getPaymentInitiationAPI(obOperation.getVersion()); ``` since there was no values initialized. I have added basic initialization so...