Explorar o código

Merge pull request #2548 from nextcloud/dependabot/gradle/com.fasterxml.jackson.core-jackson-core-2.14.0

Bump jackson-core from 2.13.4 to 2.14.0
Andy Scherzinger %!s(int64=2) %!d(string=hai) anos
pai
achega
338f9e9a43
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -214,7 +214,7 @@ dependencies {
     implementation "com.squareup.okhttp3:logging-interceptor:${okhttpVersion}"
 
     implementation 'com.bluelinelabs:logansquare:1.3.7'
-    implementation 'com.fasterxml.jackson.core:jackson-core:2.13.4'
+    implementation 'com.fasterxml.jackson.core:jackson-core:2.14.0'
     kapt 'com.bluelinelabs:logansquare-compiler:1.3.7'
 
     implementation "com.squareup.retrofit2:retrofit:${retrofit2Version}"