Skip to content

Commit

Permalink
Merge pull request #240 from bwRavencl/dependabot/gradle/com.formdev-…
Browse files Browse the repository at this point in the history
…flatlaf-3.5

Bump com.formdev:flatlaf from 3.4.1 to 3.5
  • Loading branch information
bwRavencl authored Jul 16, 2024
2 parents aad96b8 + 7d2bc5a commit 3dc40d5
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 @@ -132,7 +132,7 @@ dependencies {
def lwjglPlatform = "${lwjglOs}${lwjglArch.isEmpty() ? '' : '-'}${lwjglArch}"

implementation 'commons-cli:commons-cli:1.8.0'
implementation 'com.formdev:flatlaf:3.4.1'
implementation 'com.formdev:flatlaf:3.5'
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' }
implementation('org.hid4java:hid4java:0.8.0') { exclude module: 'jna' }
Expand Down

0 comments on commit 3dc40d5

Please sign in to comment.