From a9e110041c45322941d1aa4cbcb6864159e6b376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:30:50 -0400 Subject: [PATCH] Bump de.undercouch.download from 5.4.0 to 5.6.0 Bumps [de.undercouch.download](https://github.com/michel-kraemer/gradle-download-task) from 5.4.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.4.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 e39441a28..700e09172 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,7 +39,7 @@ spotless = "6.21.0" # benchmarks datasets = "0.1.0" -download = "5.4.0" +download = "5.6.0" jmh = "1.26" wire = "4.8.1"