Skip to content

Commit

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

Bump com.formdev:flatlaf from 3.5.1 to 3.5.2
  • Loading branch information
bwRavencl authored Oct 18, 2024
2 parents 06c0b6f + 89a5d06 commit 717e935
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.9.0'
implementation 'com.formdev:flatlaf:3.5.1'
implementation 'com.formdev:flatlaf:3.5.2'
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 717e935

Please sign in to comment.