summaryrefslogtreecommitdiff
path: root/ivy.xml
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2025-07-10 11:04:41 +0900
committerMichael Peter Christen <mc@yacy.net>2025-07-10 11:04:41 +0900
commit281927d505d96b3ca10fdb63f21bdc3567a9f31e (patch)
treed74ba6e6678b3860df991ef18f68cd1cda874c6b /ivy.xml
parent7e5a5b04a595fbd857a2a54474ced50b729f67a6 (diff)
fix for https://github.com/yacy/yacy_search_server/security/dependabot/47
Diffstat (limited to 'ivy.xml')
-rw-r--r--ivy.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ivy.xml b/ivy.xml
index 2ba8dbdc5..4e85f75cd 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -7,7 +7,7 @@
</configurations>
<dependencies defaultconf="compile->default">
- <dependency org="commons-fileupload" name="commons-fileupload" rev="1.5" conf="compile->master" />
+ <dependency org="commons-fileupload" name="commons-fileupload" rev="1.6.0" conf="compile->master" />
<dependency org="commons-lang" name="commons-lang" rev="2.6">
<exclude module="junit"/>
</dependency>