From ad024363f71afdd0cf697ba375320fcb9e3b304c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 07:23:37 +0000 Subject: [PATCH] Bump de.undercouch.download from 5.5.0 to 5.6.0 Bumps [de.undercouch.download](https://github.com/michel-kraemer/gradle-download-task) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/michel-kraemer/gradle-download-task/releases) - [Commits](https://github.com/michel-kraemer/gradle-download-task/compare/5.5.0...5.6.0) --- updated-dependencies: - dependency-name: de.undercouch.download dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 997f138a92..1158626749 100644 --- a/build.gradle +++ b/build.gradle @@ -139,7 +139,7 @@ plugins { id "org.jetbrains.kotlin.kapt" version "1.9.23" apply false id 'com.google.dagger.hilt.android' version '2.51' apply false id "org.jetbrains.kotlin.plugin.parcelize" version "1.9.23" apply false - id "de.undercouch.download" version "5.5.0" apply false + id "de.undercouch.download" version "5.6.0" apply false id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' version '2.0.1' apply false id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.23' apply false id "com.google.devtools.ksp" version "1.9.23-1.0.19" apply false