File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ dependencies {
6363 java11SourceSet.apiConfigurationName(" commons-io:commons-io:2.19.0" )
6464 testImplementation(" org.junit.jupiter:junit-jupiter:5.8.1" )
6565 testImplementation(" org.junit.jupiter:junit-jupiter-params" )
66- testImplementation(" commons-fileupload:commons-fileupload:1.3.3 " )
66+ testImplementation(" commons-fileupload:commons-fileupload:1.6.0 " )
6767 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
6868 testImplementation(" org.hamcrest:hamcrest-all:1.3" )
6969 testImplementation(" org.mockito:mockito-core:4.0.0" )
@@ -197,7 +197,7 @@ testing {
197197 }
198198 implementation(" org.hamcrest:hamcrest-all:1.3" )
199199 implementation(" org.mockito:mockito-core:4.0.0" )
200- implementation(" commons-fileupload:commons-fileupload:1.3.3 " )
200+ implementation(" commons-fileupload:commons-fileupload:1.6.0 " )
201201 }
202202 }
203203
You can’t perform that action at this time.
0 commit comments