瀏覽代碼

Merge pull request #4102 from nextcloud/fix/noid/jackson-core-2.14.3-pinning

Pin jackson core to 2.14.3
Andy Scherzinger 8 月之前
父節點
當前提交
2bae4ed69f
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      app/build.gradle
  2. 1 1
      renovate.json5

+ 1 - 1
app/build.gradle

@@ -233,7 +233,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.17.2'
+    implementation 'com.fasterxml.jackson.core:jackson-core:2.14.3'
     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}"

+ 1 - 1
renovate.json5

@@ -11,7 +11,7 @@
   ],
   ],
   "packageRules": [
   "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,
       "automerge": false,
 	  "enabled": false
 	  "enabled": false
     }
     }