We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66e387 commit 4afb6baCopy full SHA for 4afb6ba
main/build.gradle
@@ -333,7 +333,7 @@ dependencies {
333
implementation 'net.sf.geographiclib:GeographicLib-Java:1.52'
334
335
// Jackson XML processing
336
- def jacksonVersion = '2.12.5'
+ def jacksonVersion = '2.14.1'
337
implementation "com.fasterxml.jackson.core:jackson-core:$jacksonVersion"
338
implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonVersion"
339
implementation "com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion"
0 commit comments