Skip to content

Commit 2fd3435

Browse files
Update dependency commons-fileupload:commons-fileupload to v1.6.0
1 parent 9826b0a commit 2fd3435

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

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

0 commit comments

Comments
 (0)