alexa / alexa-skills-kit-sdk-for-java

The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
http://developer.amazon.com/ask
Apache License 2.0
817 stars 747 forks source link

updated the jackson core dependency of asksdkruntime from 2.12.6 to 2.13.4 #329

Closed AbhiPwr closed 1 year ago

AbhiPwr commented 1 year ago

Description

Updated the jackson core dependency of asksdkruntime from 2.12.6 to 2.13.4

Motivation and Context

Maven Compilation of the SDK was failing due to missing StreamWriteException. Found that it it part of 2.13 onwards.

Testing

Maven dry run

Screenshots (if appropriate)

Types of changes

Checklist

License