Skip to content

Commit 8e06e6e

Browse files
fix(deps): update dependency commons-fileupload:commons-fileupload to v1.6.0 (#357)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0866b42 commit 8e06e6e

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.5'
26+
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.6.0'
2727

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

0 commit comments

Comments
 (0)