Skip to content

Commit

Permalink
Updating dependency on models library to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexa committed Aug 2, 2018
1 parent 5b45dfa commit f894faa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ask-sdk-apache-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>com.amazon.alexa</groupId>
<artifactId>ask-sdk-model</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ask-sdk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.amazon.alexa</groupId>
<artifactId>ask-sdk-model</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit f894faa

Please sign in to comment.