mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-27 06:35:37 +01:00
Merge pull request #5120 from nextcloud/backport/5119/stable-21.1
[stable-21.1] bump jackson core version
This commit is contained in:
commit
2fade40b2e
@ -236,7 +236,7 @@ dependencies {
|
|||||||
implementation "com.squareup.okhttp3:logging-interceptor:${okhttpVersion}"
|
implementation "com.squareup.okhttp3:logging-interceptor:${okhttpVersion}"
|
||||||
|
|
||||||
implementation 'com.bluelinelabs:logansquare:1.3.7'
|
implementation 'com.bluelinelabs:logansquare:1.3.7'
|
||||||
implementation 'com.fasterxml.jackson.core:jackson-core:2.14.3'
|
implementation 'com.fasterxml.jackson.core:jackson-core:2.19.1'
|
||||||
kapt 'com.bluelinelabs:logansquare-compiler:1.3.7'
|
kapt 'com.bluelinelabs:logansquare-compiler:1.3.7'
|
||||||
|
|
||||||
implementation "com.squareup.retrofit2:retrofit:${retrofit2Version}"
|
implementation "com.squareup.retrofit2:retrofit:${retrofit2Version}"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["com.fasterxml.jackson.core:jackson-core", "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido2", "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido", "fidoVersion"],
|
"matchPackageNames": ["com.github.nextcloud-deps.hwsecurity:hwsecurity-fido2", "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido", "fidoVersion"],
|
||||||
"automerge": false,
|
"automerge": false,
|
||||||
"enabled": false
|
"enabled": false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user