Skip to content

Commit

Permalink
Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-text from 1.10.0 to 1.11.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 Nov 12, 2023
1 parent e0ba58e commit 7bae183
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 @@ -36,7 +36,7 @@ java {

dependencies {
implementation("org.apache.avro:avro-compiler:1.11.3") { exclude("org.slf4j") }
implementation("org.apache.commons:commons-text:1.10.0")
implementation("org.apache.commons:commons-text:1.11.0")
implementation("org.json:json:20231013")
implementation("org.kohsuke", "github-api", "1.317")
testImplementation("junit", "junit", "4.13.2")
Expand Down

0 comments on commit 7bae183

Please sign in to comment.