This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new b1456050ea3 Update plugin de.undercouch.download to v5.6.0 (branch_9x)
(#3570)
b1456050ea3 is described below
commit b1456050ea3af5f9a03ee3df3164c25d44c5daa7
Author: Solr Bot <[email protected]>
AuthorDate: Mon Sep 1 10:59:54 2025 +0200
Update plugin de.undercouch.download to v5.6.0 (branch_9x) (#3570)
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 1ed79c9095c..cff057eab71 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.9' apply false
- id 'de.undercouch.download' version '5.5.0' apply false
+ id 'de.undercouch.download' version '5.6.0' apply false
id 'net.ltgt.errorprone' version '3.1.0' apply false
id 'com.diffplug.spotless' version '6.5.2' apply false
id 'com.github.node-gradle.node' version '7.0.1' apply false