Skip to content

Commit

Permalink
Updating dependency on models library to 1.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexa committed Aug 10, 2023
1 parent 075593e commit de3097b
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.78.0</version>
<version>1.79.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.78.0</version>
<version>1.79.0</version>
</dependency>
<dependency>
<groupId>org.java-websocket</groupId>
Expand Down

0 comments on commit de3097b

Please sign in to comment.