Skip to content

Commit cda407f

Browse files
committed
Bump SDK version
1 parent 628cce1 commit cda407f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ java {
1313
}
1414

1515
dependencies {
16-
implementation 'com.vonage:server-sdk:8.14.0'
16+
implementation 'com.vonage:server-sdk:8.15.0'
1717
implementation 'com.vonage:jwt:2.0.0'
1818
implementation 'com.sparkjava:spark-core:2.9.4'
19-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1'
19+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
2020
}
2121

2222
tasks.register('fatJar', Jar) {

0 commit comments

Comments
 (0)