Merge pull request #1810 from nextcloud/dependabot/gradle/com.fasterxml.jackson.core-jackson-core-2.13.1

Bump jackson-core from 2.13.0 to 2.13.1
This commit is contained in:
Andy Scherzinger 2022-02-12 11:02:26 +01:00 committed by GitHub
commit 9456856855
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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