Skip to content

Commit f8a9c8c

Browse files
Update dependency commons-fileupload:commons-fileupload to v1.6.0
1 parent ade04b7 commit f8a9c8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)