We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628cce1 commit cda407fCopy full SHA for cda407f
build.gradle
@@ -13,10 +13,10 @@ java {
13
}
14
15
dependencies {
16
- implementation 'com.vonage:server-sdk:8.14.0'
+ implementation 'com.vonage:server-sdk:8.15.0'
17
implementation 'com.vonage:jwt:2.0.0'
18
implementation 'com.sparkjava:spark-core:2.9.4'
19
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
20
21
22
tasks.register('fatJar', Jar) {
0 commit comments