We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62347ed commit ad52d2eCopy full SHA for ad52d2e
1 file changed
build.gradle
@@ -378,7 +378,7 @@ dependencies {
378
379
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '7.13.1'
380
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
381
- implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5'
+ implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.6.0'
382
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4'
383
384
implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: versions.reformLogging
0 commit comments