Skip to content

Commit

Permalink
chore(deps): 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Roboroads committed Jun 17, 2024
1 parent b9ee24f commit c9bf78c
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 @@ -40,7 +40,7 @@ dependencies {
implementation("at.favre.lib:bcrypt:0.10.2")
implementation("de.skuzzle:semantic-version:2.1.1")
implementation("com.google.code.gson:gson:2.10.1")
implementation("org.apache.commons:commons-text:1.11.0")
implementation("org.apache.commons:commons-text:1.12.0")
}
//END CUSTOM

Expand Down

0 comments on commit c9bf78c

Please sign in to comment.