Merge pull request #240 from libre-tube/dependabot/gradle/com.fasterxml.jackson.core-jackson-annotations-2.13.3

Bump jackson-annotations from 2.13.1 to 2.13.3
This commit is contained in:
Bnyro 2022-06-04 08:56:50 +02:00 committed by GitHub
commit dcc6d6d41c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-jackson:2.9.0'
//do not update jackson annotations! it does not supports <api26
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.13.1'
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.13.3'
implementation 'com.arthenica:ffmpeg-kit-min:4.5.1.LTS'