From bdabc97f80b56141dcfde67df67351abcd14e931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 09:18:26 +0000 Subject: [PATCH] Bump LogcatCore from 2.2.2 to 2.12 Bumps LogcatCore from 2.2.2 to 2.12. --- updated-dependencies: - dependency-name: com.github.AppDevNext.Logcat:LogcatCore dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- owncloudComLibrary/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owncloudComLibrary/build.gradle b/owncloudComLibrary/build.gradle index 1df5440bf..569d3b6d6 100644 --- a/owncloudComLibrary/build.gradle +++ b/owncloudComLibrary/build.gradle @@ -7,7 +7,7 @@ dependencies { api 'com.squareup.okhttp3:okhttp:4.6.0' implementation "org.jetbrains.kotlin:kotlin-stdlib:$orgJetbrainsKotlin" api 'com.gitlab.ownclouders:dav4android:oc_support_2.1.5' - api 'com.github.AppDevNext.Logcat:LogcatCore:2.2.2' + api 'com.github.AppDevNext.Logcat:LogcatCore:2.12' // Moshi implementation("com.squareup.moshi:moshi-kotlin:$comSquareupMoshi") {