Skip to content

Commit

Permalink
Merge pull request #81 from platan/dependabot/gradle/org.apache.commo…
Browse files Browse the repository at this point in the history
…ns-commons-text-1.11.0

Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0
  • Loading branch information
platan authored Oct 31, 2023
2 parents ab792c2 + 5ec3990 commit a9d4c32
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.10.0")
implementation("org.apache.commons:commons-text:1.11.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")

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

0 comments on commit a9d4c32

Please sign in to comment.