diff --git a/build.gradle b/build.gradle index da3931e43dd..3754af378b0 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ plugins { id 'org.owasp.dependencycheck' version '12.1.3' id 'ca.cutterslade.analyze' version '1.10.0' id 'de.thetaphi.forbiddenapis' version '3.10' apply false - id 'de.undercouch.download' version '5.6.0' apply false + id 'de.undercouch.download' version '5.7.0' apply false id 'net.ltgt.errorprone' version '3.1.0' apply false id 'com.diffplug.spotless' version '7.2.1' apply false id 'com.github.node-gradle.node' version '7.1.0' apply false diff --git a/changelog/unreleased/PR#4304-update-plugin-de-undercouch-download-to-v5-7-0.yml b/changelog/unreleased/PR#4304-update-plugin-de-undercouch-download-to-v5-7-0.yml new file mode 100644 index 00000000000..752ce2a962b --- /dev/null +++ b/changelog/unreleased/PR#4304-update-plugin-de-undercouch-download-to-v5-7-0.yml @@ -0,0 +1,7 @@ +title: Update plugin de.undercouch.download to v5.7.0 (branch_9x) +type: dependency_update +authors: +- name: solrbot +links: +- name: PR#4304 + url: https://github.com/apache/solr/pull/4304