Skip to content

Commit

Permalink
Updating dependency on models library to 1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexa committed Apr 1, 2021
1 parent d60b980 commit a6f5ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ask-sdk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>com.amazon.alexa</groupId>
<artifactId>ask-sdk-model</artifactId>
<version>1.34.1</version>
<version>1.35.0</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ask-sdk-local-debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.amazon.alexa</groupId>
<artifactId>ask-sdk-model</artifactId>
<version>1.34.1</version>
<version>1.35.0</version>
</dependency>
<dependency>
<groupId>org.java-websocket</groupId>
Expand Down

0 comments on commit a6f5ed7

Please sign in to comment.