We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081b573 commit a33511dCopy full SHA for a33511d
spring-common/build.gradle
@@ -23,7 +23,7 @@ dependencies {
23
implementation("com.graphql-java-kickstart:graphql-spring-boot-starter")
24
25
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'
+ implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5'
27
28
implementation("org.springframework.boot:spring-boot-starter-web")
29
implementation("org.springframework.boot:spring-boot-starter-actuator")
0 commit comments