diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f7520a7..27504a8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,7 +39,7 @@ junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher jackson = ["jackson-core", "jackson-annotations", "jackson-databind"] [plugins] -download = { id = "de.undercouch.download", version = "5.6.0" } +download = { id = "de.undercouch.download", version = "5.7.0" } shadow = { id = "com.gradleup.shadow", version = "9.3.1" } versions = { id = "com.github.ben-manes.versions", version = "0.53.0" } license = { id = "com.github.hierynomus.license", version = "0.16.1" }