From f24282cc964827bd0898449e747338e449c859f6 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Mon, 19 Jan 2026 12:21:40 +0100 Subject: [PATCH 1/2] fix(deps): Revert "fix(deps): update dependency com.fasterxml.jackson.core:jackson-core to v2.21.0" This reverts commit db5fb24ea076f723cc2ca7a77c3f96da83d5de06. Signed-off-by: Andy Scherzinger --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9109450be1..eb124a34d8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -248,7 +248,7 @@ dependencies { implementation "com.squareup.okhttp3:logging-interceptor:${okhttpVersion}" implementation 'com.bluelinelabs:logansquare:1.3.7' - implementation 'com.fasterxml.jackson.core:jackson-core:2.21.0' + implementation 'com.fasterxml.jackson.core:jackson-core:2.20.1' kapt 'com.bluelinelabs:logansquare-compiler:1.3.7' implementation "com.squareup.retrofit2:retrofit:${retrofit2Version}" From 485e5718278e3fb760d0c58e09a7b8c188a6564b Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Mon, 19 Jan 2026 12:50:02 +0100 Subject: [PATCH 2/2] fix(deps): Don't auto-merge jackson xml parser Signed-off-by: Andy Scherzinger --- renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index f177497f92..d1638af577 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -11,7 +11,7 @@ ], "packageRules": [ { - "matchPackageNames": ["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", "com.fasterxml.jackson.core:jackson-core"], "automerge": false, "enabled": false }