Skip to content

EBICS Java Version 1.3

Choose a tag to compare

@uwemaurer uwemaurer released this 18 Nov 20:32
· 12 commits to master since this release
f9dc524

Version 1.3 includes many dependency updates. This version is for EBICS 2.5, it is the last release before the library moves to EBICS 3.0

  • [dc2c486] update to xmlbeans 5.3.0, new xmlbeans plugin
  • [7540781] use slf4j instead of log4j
  • [73a9f94] update bouncycastle from deprecated bcprov-jdk16 to bcprov-jdk18on
  • [c0aaecb] fix exception when there is a missing translation in the resources
  • [f5219da] update to java 11, update dependencies, remove jdom,xalan,commons-logging
  • [df9f58b] use nextBytes instead of generateSeed. delete unused generatePassword

minor changes:

  • [f9dc524] mark the slf4j-simple dependency as optional
  • [4cc97c5] add maven wrapper
  • [7dda791] remove PEMReader from KeyStoreManager.read
allprojects {
  repositories {
    ...
    maven { url 'https://jitpack.io' }
  }
}

dependencies {
    implementation 'com.github.ebics-java:ebics-java-client:1.3'
}