Merge pull request #3627 from nextcloud/renovate/com.fasterxml.jackson.core-jackson-core-2.x

fix(deps): update dependency com.fasterxml.jackson.core:jackson-core to v2.17.2
This commit is contained in:
github-actions[bot] 2024-08-20 18:05:41 +02:00 committed by GitHub
commit 54a8b4224c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.14.3'
implementation 'com.fasterxml.jackson.core:jackson-core:2.17.2'
kapt 'com.bluelinelabs:logansquare-compiler:1.3.7'
implementation "com.squareup.retrofit2:retrofit:${retrofit2Version}"