Releases: ebics-java/ebics-java-client
Releases · ebics-java/ebics-java-client
EBICS Java Version 1.2
A new release including a bugfix for the nonce / key generation.
The vulnerability CVE-2022-1279
is fixed in this release (Link to details is coming soon)
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.ebics-java:ebics-java-client:1.2'
}