diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-03-07 18:15:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 18:15:36 +0000 |
commit | b37006011dfdfa51a9f37512f90b109e1815680f (patch) | |
tree | 99744c0f22a87de2c18f1af0feb8dc66c849df76 | |
parent | 842b3e9bf559cd26fc72b193e0c60deed855a70c (diff) |
chore(deps): update dependency de.undercouch:gradle-download-task to v5.0.2 (#1771)
Co-authored-by: Renovate Bot <bot@renovateapp.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 101a0c54..124e8135 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -44,7 +44,7 @@ aps-zxingAndroidEmbedded = "com.github.android-password-store:zxing-android-embe build-agp = "com.android.tools.build:gradle:7.1.2" build-binarycompat = "org.jetbrains.kotlinx:binary-compatibility-validator:0.8.0" build-dokka = "org.jetbrains.dokka:dokka-gradle-plugin:1.6.10" -build-download = "de.undercouch:gradle-download-task:5.0.1" +build-download = "de.undercouch:gradle-download-task:5.0.2" build-kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10" build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.19.0" build-okhttp = "com.squareup.okhttp3:okhttp:4.9.3" |