Merge pull request #66 from antville/dependabot/gradle/commons-fileupload-commons-fileupload-1.5

build(deps): bump commons-fileupload:commons-fileupload from 1.4 to 1.5
This commit is contained in:
Tobi Schäfer 2023-08-26 21:38:29 +02:00 committed by GitHub
commit 7eae3ba273
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ configurations {
dependencies {
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'commons-codec:commons-codec:1.15'
implementation 'commons-fileupload:commons-fileupload:1.4'
implementation 'commons-fileupload:commons-fileupload:1.5'
implementation 'commons-logging:commons-logging:1.2'
implementation 'commons-net:commons-net:3.8.0'
implementation 'com.sun.mail:javax.mail:1.6.2'