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

Commit e2d3ebc

Browse files
authored
Merge pull request #585 from graphql-java-kickstart/renovate/commons-fileupload-commons-fileupload-1.x
Update dependency commons-fileupload:commons-fileupload to v1.4
2 parents c652567 + fb0398f commit e2d3ebc

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)