Skip to content

Commit

Permalink
Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-text from 1.11.0 to 1.12.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and nthykier committed May 4, 2024
1 parent 8964555 commit 91cc5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {
}
dependencies {
implementation("org.yaml:snakeyaml:2.2")
implementation("org.apache.commons:commons-text:1.11.0")
implementation("org.apache.commons:commons-text:1.12.0")

compileOnly("org.projectlombok:lombok:1.18.32")
annotationProcessor("org.projectlombok:lombok:1.18.32")
Expand Down

0 comments on commit 91cc5f8

Please sign in to comment.