Skip to content

Commit

Permalink
build(deps): bump org.apache.commons:commons-text from 1.12.0 to 1.13…
Browse files Browse the repository at this point in the history
….0 (#538)

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 22, 2024
1 parent 355e087 commit 98b0b03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
testImplementation 'com.github.seeseemelk:MockBukkit-v1.17:1.13.0'
testImplementation 'net.william278:minedown:1.8.2'
testImplementation 'net.kyori:adventure-platform-bukkit:4.3.4'
testImplementation 'org.apache.commons:commons-text:1.12.0'
testImplementation 'org.apache.commons:commons-text:1.13.0'
testImplementation "org.xerial:sqlite-jdbc:$sqlite_driver_version"
testImplementation "com.mysql:mysql-connector-j:$mysql_driver_version"
testImplementation "org.mariadb.jdbc:mariadb-java-client:$mariadb_driver_version"
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
api 'commons-io:commons-io:2.18.0'
api 'org.apache.commons:commons-text:1.12.0'
api 'org.apache.commons:commons-text:1.13.0'
api 'net.william278:minedown:1.8.2'
api 'net.william278:paginedown:1.1.2'
api 'net.william278:DesertWell:2.0.4'
Expand Down

0 comments on commit 98b0b03

Please sign in to comment.