chore: update dependencies

This commit is contained in:
Skylot 2022-07-14 14:27:14 +01:00
parent a0f4ccb7a4
commit 5ada9331b6
No known key found for this signature in database
GPG Key ID: 1E23F5B52567AA39
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
plugins {
id 'com.github.ben-manes.versions' version '0.42.0'
id 'com.diffplug.spotless' version '6.7.2'
id 'com.diffplug.spotless' version '6.8.0'
}
ext.jadxVersion = System.getenv('JADX_VERSION') ?: "dev"

View File

@ -15,9 +15,9 @@ dependencies {
implementation files('libs/jfontchooser-1.0.5.jar')
implementation 'hu.kazocsaba:image-viewer:1.2.3'
implementation 'com.formdev:flatlaf:2.3'
implementation 'com.formdev:flatlaf-intellij-themes:2.3'
implementation 'com.formdev:flatlaf-extras:2.3'
implementation 'com.formdev:flatlaf:2.4'
implementation 'com.formdev:flatlaf-intellij-themes:2.4'
implementation 'com.formdev:flatlaf-extras:2.4'
implementation 'com.formdev:svgSalamander:1.1.3'
implementation 'com.google.code.gson:gson:2.9.0'