Skip to content

Commit

Permalink
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 manami-project committed Apr 18, 2024
1 parent 881ac44 commit 32d4bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -37,7 +37,7 @@ dependencies {
api("io.github.manamiproject:modb-core:11.1.0")

implementation(platform(kotlin("bom")))
implementation("org.apache.commons:commons-text:1.11.0")
implementation("org.apache.commons:commons-text:1.12.0")

testImplementation("ch.qos.logback:logback-classic:1.5.6")
testImplementation("io.github.manamiproject:modb-test:1.6.7")
Expand Down

0 comments on commit 32d4bc2

Please sign in to comment.