Skip to content

Commit f0f1211

Browse files
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.12.7.1
1 parent b3a726b commit f0f1211

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
@@ -19,7 +19,7 @@ dependencies {
1919
implementation 'com.nexmo:client:5.6.0'
2020
implementation "com.sparkjava:spark-core:2.6.0"
2121
implementation 'javax.xml.bind:jaxb-api:2.3.0'
22-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9'
22+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.7.1'
2323
}
2424

2525
task fatJar(type: Jar, dependsOn:configurations.runtimeClasspath) {

0 commit comments

Comments
 (0)