Merge pull request #16253 from bigbluebutton/upgrade-pres-checker

chore: Upgrade commons-compress to 1.21
This commit is contained in:
Anton Georgiev 2022-12-21 08:20:59 -05:00 committed by GitHub
commit c923c887ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.9'
implementation 'org.apache.commons:commons-collections4:4.4'
implementation 'org.apache.xmlbeans:xmlbeans:3.0.2'
implementation 'org.apache.commons:commons-compress:1.20'
implementation 'org.apache.commons:commons-compress:1.21'
}
jar {