diff --git a/openbis/build.gradle b/openbis/build.gradle
index d691bea64c1dbf9ba928ef30cd885312002d7230..cd411192ef237db23dbfb239e61bffdf31f481dd 100644
--- a/openbis/build.gradle
+++ b/openbis/build.gradle
@@ -41,7 +41,7 @@ dependencies {
 
 	testRuntime project(path: ':common', configuration: 'tests'),
 				project(path: ':dbmigration', configuration: 'tests'), 
-				'apache:commons-fileupload:1.2.1'
+				'apache:commons-fileupload:+'
 
 	testRuntimeFirst 'javax:servlet-api:+'