Skip to content

Commit

Permalink
Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0 (#127)
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-text from 1.12.0 to 1.13.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent 69dba6d commit 0617161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation(platform("org.slf4j:slf4j-bom:2.0.16"))
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
implementation("org.apache.commons:commons-text:1.12.0")
implementation("org.apache.commons:commons-text:1.13.0")
implementation("com.squareup:javapoet:1.13.0")
implementation("org.slf4j:slf4j-api")
implementation("org.slf4j:slf4j-simple")
Expand Down

0 comments on commit 0617161

Please sign in to comment.