Skip to content

Commit

Permalink
Merge pull request #122 from platan/dependabot/gradle/org.apache.comm…
Browse files Browse the repository at this point in the history
…ons-commons-text-1.12.0

Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0
  • Loading branch information
platan authored Apr 23, 2024
2 parents 9bb5d5a + 516b05c commit 76425b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-execution-chart-commons/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

dependencies {
api("org.jetbrains.kotlin:kotlin-stdlib")
implementation("org.apache.commons:commons-text:1.11.0")
implementation("org.apache.commons:commons-text:1.12.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")

testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.21"))
Expand Down

0 comments on commit 76425b6

Please sign in to comment.