Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit fb0398f

Browse files
committed
Update dependency commons-fileupload:commons-fileupload to v1.4
1 parent 08b8f74 commit fb0398f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-spring-common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
implementation(project(":graphiql-spring-boot-starter"))
2525

2626
implementation "com.embedler.moon.graphql:spring-graphql-common:2.1.0-2016-05-22T16-50-32"
27-
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.3.3'
27+
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.4'
2828

2929
implementation("org.springframework.boot:spring-boot-starter-web")
3030
implementation("org.springframework.boot:spring-boot-starter-actuator")

0 commit comments

Comments
 (0)