mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 21:15:30 +03:00
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:
commit
9456856855
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue