Skip to content

Commit

Permalink
build(deps): bump org.apache.commons:commons-text in /ide-diff-builder (
Browse files Browse the repository at this point in the history
#1198)

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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 0aafdb9 commit 5f3f27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide-diff-builder/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
implementation(group = "org.jetbrains.intellij.plugins", name = "structure-ide-classes", version = structureVersion)

implementation(sharedLibs.spullara.cliParser)
implementation("org.apache.commons:commons-text:1.12.0")
implementation("org.apache.commons:commons-text:1.13.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-runtime:1.0-M1-1.4.0-rc")
}

Expand Down

0 comments on commit 5f3f27b

Please sign in to comment.