Skip to content

Commit

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

Bump commons-cli:commons-cli from 1.8.0 to 1.9.0
  • Loading branch information
bwRavencl authored Aug 15, 2024
2 parents 44f3b52 + 06842c3 commit 65d9548
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.8.0'
implementation 'commons-cli:commons-cli:1.9.0'
implementation 'com.formdev:flatlaf:3.5.1'
implementation("com.github.hypfvieh:dbus-java-core:$dbusJavaVersion") { exclude group: 'org.slf4j', module: 'slf4j-api' }
implementation("com.github.hypfvieh:dbus-java-transport-native-unixsocket:$dbusJavaVersion") { exclude group: 'org.slf4j', module: 'slf4j-api' }
Expand Down

0 comments on commit 65d9548

Please sign in to comment.