File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dependencies {
6464 java11SourceSet.apiConfigurationName(" commons-io:commons-io:2.19.0" )
6565 testImplementation(" org.junit.jupiter:junit-jupiter:5.8.1" )
6666 testImplementation(" org.junit.jupiter:junit-jupiter-params" )
67- testImplementation(" commons-fileupload:commons-fileupload:1.3.3 " )
67+ testImplementation(" commons-fileupload:commons-fileupload:1.6.0 " )
6868 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
6969 testImplementation(" org.hamcrest:hamcrest-all:1.3" )
7070 testImplementation(" org.mockito:mockito-core:4.0.0" )
@@ -198,7 +198,7 @@ testing {
198198 }
199199 implementation(" org.hamcrest:hamcrest-all:1.3" )
200200 implementation(" org.mockito:mockito-core:4.0.0" )
201- implementation(" commons-fileupload:commons-fileupload:1.3.3 " )
201+ implementation(" commons-fileupload:commons-fileupload:1.6.0 " )
202202 }
203203 }
204204
You can’t perform that action at this time.
0 commit comments