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 b3a726b commit 13e7294Copy full SHA for 13e7294
build.gradle
@@ -19,7 +19,7 @@ dependencies {
19
implementation 'com.nexmo:client:5.6.0'
20
implementation "com.sparkjava:spark-core:2.6.0"
21
implementation 'javax.xml.bind:jaxb-api:2.3.0'
22
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.7.1'
23
}
24
25
task fatJar(type: Jar, dependsOn:configurations.runtimeClasspath) {
0 commit comments