Skip to content

Commit

Permalink
Merge pull request #204 from bwRavencl/dependabot/gradle/commons-cli-…
Browse files Browse the repository at this point in the history
…commons-cli-1.7.0

build(deps): bump commons-cli:commons-cli from 1.6.0 to 1.7.0
  • Loading branch information
bwRavencl committed Apr 18, 2024
2 parents 5d66a59 + 05b1643 commit c606400
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 c606400

Please sign in to comment.