Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit c1e0943

Browse files
Merge pull request #5736 from corona-warn-app/fix/14357_downgrade_jackson
Downgrade jackson (EXPOSUREAPP-14357)
2 parents 1e1fd10 + b44a7dd commit c1e0943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Corona-Warn-App/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,8 @@ dependencies {
479479
implementation 'com.google.code.gson:gson:2.10'
480480
implementation 'com.google.guava:guava:31.1-android'
481481

482-
// Jackson
483-
def jackson = '2.14.0'
482+
// Jackson //Don't update to version 2.14 because it only supports android SDK 26+
483+
def jackson = '2.13.4'
484484
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson"
485485

486486
implementation 'com.networknt:json-schema-validator:1.0.73'

0 commit comments

Comments
 (0)