Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency org.apache.commons:commons-text to v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
figure-renovate[bot] committed Dec 3, 2023
1 parent ee65f7a commit 9ddcf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ object Versions {
const val BouncyCastle = "1.70"
object ApacheCommons {
const val Lang3 = "3.12.0"
const val Text = "1.10.0"
const val Text = "1.11.0"
}
const val Hoplite = "2.7.5"
object JUnit {
Expand Down

0 comments on commit 9ddcf10

Please sign in to comment.