From 5ada9331b6079c24e422d2b7cb0891f505c393a4 Mon Sep 17 00:00:00 2001 From: Skylot Date: Thu, 14 Jul 2022 14:27:14 +0100 Subject: [PATCH] chore: update dependencies --- build.gradle | 2 +- jadx-gui/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 0da50a78..7836dd87 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/jadx-gui/build.gradle b/jadx-gui/build.gradle index 8f6ced20..c147a3a0 100644 --- a/jadx-gui/build.gradle +++ b/jadx-gui/build.gradle @@ -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'