Skip to content

Commit

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

Bump com.formdev:flatlaf from 3.5.2 to 3.5.3
  • Loading branch information
bwRavencl authored Dec 6, 2024
2 parents 2473a36 + 3132ac9 commit 6b6ec5c
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.2'
implementation 'com.formdev:flatlaf:3.5.3'
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 6b6ec5c

Please sign in to comment.