diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-05-24 13:05:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-24 13:05:52 +0000 |
commit | 528aacc76654fa38c4ba599686d2be66ad4f1760 (patch) | |
tree | c65cd1a6c62206e4dd0860b7d4b24e0d3c89053f | |
parent | bd464556b6ac43e57a3a3c13c79683916f3280fc (diff) |
fix(deps): update dependency com.michael-bull.kotlin-result:kotlin-result to v1.1.18 (#2525)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 94dc7027..e531a57d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -86,7 +86,7 @@ thirdparty-flowbinding-android = { module = "io.github.reactivecircus.flowbindin # JGit upgrades also raise its minimum Java runtime requirements that we cannot satisfy on Android # noinspection GradleDependency thirdparty-jgit = "org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r" -thirdparty-kotlinResult = "com.michael-bull.kotlin-result:kotlin-result:1.1.17" +thirdparty-kotlinResult = "com.michael-bull.kotlin-result:kotlin-result:1.1.18" thirdparty-leakcanary-core = { module = "com.squareup.leakcanary:leakcanary-android-core", version.ref = "leakcanary" } thirdparty-logcat = "com.squareup.logcat:logcat:0.1" thirdparty-modernAndroidPrefs = "de.maxr1998:modernandroidpreferences:2.3.2" |