Skip to content

Commit

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

Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0
  • Loading branch information
platan authored Dec 20, 2024
2 parents 268f50c + cd580d1 commit 68568b5
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.12.0")
implementation("org.apache.commons:commons-text:1.13.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")

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

0 comments on commit 68568b5

Please sign in to comment.