Skip to content

EBICS Java Version 1.2

Latest
Compare
Choose a tag to compare
@uwemaurer uwemaurer released this 08 Apr 12:33
· 1 commit to master since this release

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'
}