Skip to content

Commit

Permalink
Updating dependency on models library to 1.77.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexa committed Aug 7, 2023
1 parent ccf854b commit 6bbfde6
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
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>com.amazon.alexa</groupId>
<artifactId>ask-sdk-model</artifactId>
<version>1.76.0</version>
<version>1.77.0</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ask-sdk-local-debug/pom.xml
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.amazon.alexa</groupId>
<artifactId>ask-sdk-model</artifactId>
<version>1.76.0</version>
<version>1.77.0</version>
</dependency>
<dependency>
<groupId>org.java-websocket</groupId>
Expand Down

0 comments on commit 6bbfde6

Please sign in to comment.