From f3f10a6c472aa065e06aad20bd49f98190db38c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:04:43 +0800 Subject: [PATCH] Bump de.undercouch.download from 5.5.0 to 5.6.0 (#3774) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 550762864..9243facb5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -178,4 +178,4 @@ room = { id = "androidx.room", version.ref = "room" } protobuf = { id = "com.google.protobuf", version = "0.9.4" } -download = { id = "de.undercouch.download", version = "5.5.0" } \ No newline at end of file +download = { id = "de.undercouch.download", version = "5.6.0" } \ No newline at end of file