Skip to content

Commit

Permalink
build(deps): bump commons-cli:commons-cli from 1.8.0 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps commons-cli:commons-cli from 1.8.0 to 1.9.0.

---
updated-dependencies:
- dependency-name: commons-cli:commons-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent cd3a765 commit 8cf0c83
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 @@ -39,7 +39,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:2.0.16")
implementation("org.slf4j:slf4j-simple:2.0.16")
implementation("com.formdev:flatlaf:3.5.1")
implementation("commons-cli:commons-cli:1.8.0")
implementation("commons-cli:commons-cli:1.9.0")
implementation("org.apache.commons:commons-text:1.12.0")

// NOTE: Do not upgrade the jflex version. Later versions do not work.
Expand Down

0 comments on commit 8cf0c83

Please sign in to comment.