Java 9+ Fix for java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
This release upgrades to a newer version of aws-sdk-java to avoid "java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException" errors when jaxb-impl >= 2.2.11 is included on your classpath but jaxb-core is not.
This was brought up by @JonathanKnight in #56