OpenBanking-UK-Datamodel-Java-SDK icon indicating copy to clipboard operation
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/

Results 2 OpenBanking-UK-Datamodel-Java-SDK issues
Sort by recently updated
recently updated
newest added

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) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.9&new-version=2.9.10.1)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

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...