Merge pull request #1612 from nextcloud/dependabot/gradle/com.fasterxml.jackson.core-jackson-core-2.13.0

Bump jackson-core from 2.12.5 to 2.13.0
This commit is contained in:
Andy Scherzinger 2021-10-04 10:33:24 +02:00 committed by GitHub
commit 3954025dcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,7 @@ dependencies {
implementation "com.squareup.okhttp3:logging-interceptor:${okhttpVersion}"
implementation 'com.bluelinelabs:logansquare:1.3.7'
implementation 'com.fasterxml.jackson.core:jackson-core:2.12.5'
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.0'
kapt 'com.bluelinelabs:logansquare-compiler:1.3.7'
implementation "com.squareup.retrofit2:retrofit:${retrofit2Version}"