Merge pull request #70 from antville/dependabot/gradle/commons-net-commons-net-3.9.0

build(deps): bump commons-net:commons-net from 3.8.0 to 3.9.0
This commit is contained in:
Tobi Schäfer 2023-08-27 11:36:42 +02:00 committed by GitHub
commit d80ad0bf33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ dependencies {
implementation 'commons-codec:commons-codec:1.15'
implementation 'commons-fileupload:commons-fileupload:1.5'
implementation 'commons-logging:commons-logging:1.2'
implementation 'commons-net:commons-net:3.8.0'
implementation 'commons-net:commons-net:3.9.0'
implementation 'com.sun.mail:javax.mail:1.6.2'
implementation 'javax.servlet:javax.servlet-api:4.0.1'
implementation 'org.ccil.cowan.tagsoup:tagsoup:1.2.1'