From c37a491ec4cc8ac9fb157c5b111ab4b3a02e6059 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Tue, 20 Aug 2024 18:36:47 +0200 Subject: [PATCH 1/2] fix: block automerge of jackson-core due to incompatibility at runtime 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..fff2e6c39a 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.fasterxml.jackson.core:jackson-core", "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido2", "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido", "fidoVersion"], "automerge": false, "enabled": false } From 0fa8d574c03fc488c114902c908c592b46c81f49 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Tue, 20 Aug 2024 18:39:43 +0200 Subject: [PATCH 2/2] Revert "jackson-core to 2.14.3 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 c017d6e647..9e514c1fb3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -233,7 +233,7 @@ dependencies { implementation "com.squareup.okhttp3:logging-interceptor:${okhttpVersion}" implementation 'com.bluelinelabs:logansquare:1.3.7' - implementation 'com.fasterxml.jackson.core:jackson-core:2.17.2' + implementation 'com.fasterxml.jackson.core:jackson-core:2.14.3' kapt 'com.bluelinelabs:logansquare-compiler:1.3.7' implementation "com.squareup.retrofit2:retrofit:${retrofit2Version}"