Skip to content

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
renovate[bot] authored Oct 29, 2023
1 parent a070c30 commit afb1ea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
isTransitive = false
}
implementation(projectDependency(":common"))
implementation("org.apache.commons:commons-text:1.10.0")
implementation("org.apache.commons:commons-text:1.11.0")

testImplementation("org.junit.jupiter:junit-jupiter-engine:$jupiterVersion")
testImplementation("io.vertx:vertx-junit5:$vertxVersion")
Expand Down
4 changes: 2 additions & 2 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ dependencies {
compileOnly("io.vertx:vertx-tcp-eventbus-bridge:$vertxVersion")
compileOnly("io.vertx:vertx-core:$vertxVersion")
compileOnly("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jacksonVersion")
compileOnly("org.apache.commons:commons-text:1.10.0")
compileOnly("org.apache.commons:commons-text:1.11.0")

testImplementation("org.junit.jupiter:junit-jupiter-engine:$jupiterVersion")
testImplementation("io.vertx:vertx-core:$vertxVersion")
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jacksonVersion")
testImplementation("org.apache.commons:commons-text:1.10.0")
testImplementation("org.apache.commons:commons-text:1.11.0")
}

tasks {
Expand Down

0 comments on commit afb1ea0

Please sign in to comment.