Skip to content

Commit

Permalink
fix(deps): update dependency commons-fileupload:commons-fileupload to…
Browse files Browse the repository at this point in the history
… v1.5
  • Loading branch information
renovate[bot] committed Feb 13, 2023
1 parent 081b573 commit a33511d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation("com.graphql-java-kickstart:graphql-spring-boot-starter")

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

implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-actuator")
Expand Down

0 comments on commit a33511d

Please sign in to comment.