Skip to content

Commit a33511d

Browse files
committed
fix(deps): update dependency commons-fileupload:commons-fileupload to v1.5
1 parent 081b573 commit a33511d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation("com.graphql-java-kickstart:graphql-spring-boot-starter")
2424

2525
implementation "com.embedler.moon.graphql:spring-graphql-common:2.1.0-2016-05-22T16-50-32"
26-
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.4'
26+
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5'
2727

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

0 commit comments

Comments
 (0)