Skip to content

Commit

Permalink
Merge pull request #4102 from nextcloud/fix/noid/jackson-core-2.14.3-…
Browse files Browse the repository at this point in the history
…pinning

Pin jackson core to 2.14.3
  • Loading branch information
AndyScherzinger authored Aug 20, 2024
2 parents 54a8b42 + 0fa8d57 commit 2bae4ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 2bae4ed

Please sign in to comment.