Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.commons:commons-text to v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and FireMasterK committed Apr 26, 2024
1 parent c0a9a89 commit 9f3c00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9f3c00f

Please sign in to comment.