Skip to content

Commit b6636ff

Browse files
Merge pull request #5730 from nextcloud/fix/noid/jacksonNoAutoMerge
Jackson dependency: no auto merge
2 parents 1d4267f + 485e571 commit b6636ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ dependencies {
248248
implementation "com.squareup.okhttp3:logging-interceptor:${okhttpVersion}"
249249

250250
implementation 'com.bluelinelabs:logansquare:1.3.7'
251-
implementation 'com.fasterxml.jackson.core:jackson-core:2.21.0'
251+
implementation 'com.fasterxml.jackson.core:jackson-core:2.20.1'
252252
kapt 'com.bluelinelabs:logansquare-compiler:1.3.7'
253253

254254
implementation "com.squareup.retrofit2:retrofit:${retrofit2Version}"

renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"packageRules": [
1313
{
14-
"matchPackageNames": ["com.github.nextcloud-deps.hwsecurity:hwsecurity-fido2", "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido", "fidoVersion"],
14+
"matchPackageNames": ["com.github.nextcloud-deps.hwsecurity:hwsecurity-fido2", "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido", "fidoVersion", "com.fasterxml.jackson.core:jackson-core"],
1515
"automerge": false,
1616
"enabled": false
1717
}

0 commit comments

Comments
 (0)