Skip to content

Commit

Permalink
build(deps): bump commons-cli:commons-cli from 1.6.0 to 1.7.0
Browse files Browse the repository at this point in the history
Bumps commons-cli:commons-cli from 1.6.0 to 1.7.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 Apr 18, 2024
1 parent 5d66a59 commit 05b1643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ dependencies {

def lwjglPlatform = "${lwjglOs}${lwjglArch.isEmpty() ? '' : '-'}${lwjglArch}"

implementation 'commons-cli:commons-cli:1.6.0'
implementation 'commons-cli:commons-cli:1.7.0'
implementation 'com.formdev:flatlaf:3.4.1'
implementation('org.hid4java:hid4java:0.8.0') { exclude module: 'jna' }
implementation 'com.xenoamess:JXInput:1.0.1'
Expand Down

0 comments on commit 05b1643

Please sign in to comment.