Skip to content

Releases: ebics-java/ebics-java-client

EBICS Java Version 1.2

08 Apr 12:33
Compare
Choose a tag to compare

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