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-text to v1.12.0
This commit is contained in:
parent
c0a9a89db8
commit
9f3c00fd4e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
implementation 'org.apache.commons:commons-lang3:3.14.0'
|
||||
implementation 'org.apache.commons:commons-text:1.11.0'
|
||||
implementation 'org.apache.commons:commons-text:1.12.0'
|
||||
implementation 'commons-io:commons-io:2.16.1'
|
||||
implementation 'it.unimi.dsi:fastutil-core:8.5.13'
|
||||
implementation 'commons-codec:commons-codec:1.16.1'
|
||||
|
|
Loading…
Reference in a new issue