From 8a385934aa77fddb9d1a169ea2f02045cf45f441 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 07:58:58 +0000 Subject: [PATCH] chore(deps): update plugin download to v5.6.0 --- 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 e08f410..84d8a1b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -36,7 +36,7 @@ junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", vers jackson = ["jackson-core", "jackson-annotations", "jackson-databind"] [plugins] -download = { id = "de.undercouch.download", version = "5.5.0" } +download = { id = "de.undercouch.download", version = "5.6.0" } shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" } versions = { id = "com.github.ben-manes.versions", version = "0.51.0" } license = { id = "com.github.hierynomus.license", version = "0.16.1" }