Skip to content

Commit 4c5fed6

Browse files
author
Alexa
committed
Updating dependency on models library to 1.78.0
1 parent 93f1bb0 commit 4c5fed6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ask-sdk-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.amazon.alexa</groupId>
4343
<artifactId>ask-sdk-model</artifactId>
44-
<version>1.77.0</version>
44+
<version>1.78.0</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.powermock</groupId>

ask-sdk-local-debug/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>com.amazon.alexa</groupId>
4949
<artifactId>ask-sdk-model</artifactId>
50-
<version>1.77.0</version>
50+
<version>1.78.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.java-websocket</groupId>

0 commit comments

Comments
 (0)