Skip to content

1.2.2 – Dependency cleanups

Compare
Choose a tag to compare
@sindrebn sindrebn released this 06 Jan 12:23
· 259 commits to main since this release

This is a technical release and can be applied as a drop-in replacement for version 1.2.1.

  • Removed dependency to com.sun.xml.stream:sjsxp. Prefer JDK builtins in stead
  • Excluded transitive dependencies to javax.xml.stream:stax-api. Prefer JDK builtins in stead
  • Replaced dependency to com.sun.mail:mailapi with com.sun.mail.javax.mail. The latter has replaced the former.