Skip to content

Commit be11183

Browse files
committed
build: Pin Java SDK version
1 parent 0247b8a commit be11183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ java {
1414

1515
dependencies {
1616
implementation 'io.github.cdimascio:dotenv-java:3.+'
17-
implementation 'com.vonage:server-sdk:9.+'
17+
implementation 'com.vonage:server-sdk:9.3.1'
1818
implementation 'com.vonage:jwt:2.+'
1919
implementation 'com.sparkjava:spark-core:2.+'
2020
implementation 'com.fasterxml.jackson.core:jackson-databind:2.+'

0 commit comments

Comments
 (0)