mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 06:55:42 +03:00
Merge pull request #2728 from nextcloud/dependabot/gradle/com.fasterxml.jackson.core-jackson-core-2.14.2
Build(deps): Bump jackson-core from 2.14.1 to 2.14.2
This commit is contained in:
commit
e8a27d08b8
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ dependencies {
|
|||
implementation "com.squareup.okhttp3:logging-interceptor:${okhttpVersion}"
|
||||
|
||||
implementation 'com.bluelinelabs:logansquare:1.3.7'
|
||||
implementation 'com.fasterxml.jackson.core:jackson-core:2.14.1'
|
||||
implementation 'com.fasterxml.jackson.core:jackson-core:2.14.2'
|
||||
kapt 'com.bluelinelabs:logansquare-compiler:1.3.7'
|
||||
|
||||
implementation "com.squareup.retrofit2:retrofit:${retrofit2Version}"
|
||||
|
|
Loading…
Reference in a new issue