mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
fix(deps): update dependency org.apache.commons:commons-lang3 to v3.14.0
This commit is contained in:
parent
3be8ce9495
commit
338cc39e61
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.apache.commons:commons-lang3:3.13.0'
|
||||
implementation 'org.apache.commons:commons-lang3:3.14.0'
|
||||
implementation 'org.apache.commons:commons-text:1.11.0'
|
||||
implementation 'commons-io:commons-io:2.15.1'
|
||||
implementation 'it.unimi.dsi:fastutil-core:8.5.12'
|
||||
|
|
Loading…
Reference in a new issue