Skip to content

AWS Encryption SDK 1.5.0 Release -- 2019-05-30

Compare
Choose a tag to compare
@praus praus released this 30 May 20:08
· 347 commits to master since this release
755c274

Minor Changes

  • Add dependency on Apache Commons Codec 1.12.
  • Use org.apache.commons.codec.binary.Base64 instead of java.util.Base64 so
    that the SDK can be used on systems that do not have java.util.Base64 but
    support Java 8 language features.

Maintenance

  • Upgrade AWS Java SDK version from 1.11.169 to 1.11.561.
  • Upgrade Mockito from 2.23.4 to 2.28.1.
  • Upgrade Apache Commons Lang from 3.4 to 3.9.