From 6a065c46f43d8b035e2e43ae5686564fd0b9ac74 Mon Sep 17 00:00:00 2001 From: Skylot Date: Thu, 13 Jan 2022 12:12:15 +0000 Subject: [PATCH] chore: update dependencies --- build.gradle | 6 +++--- jadx-cli/build.gradle | 2 +- jadx-gui/build.gradle | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/build.gradle b/build.gradle index cd4ad62a..0cc7af92 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'com.github.ben-manes.versions' version '0.39.0' - id 'com.diffplug.spotless' version '6.1.0' + id 'com.github.ben-manes.versions' version '0.41.0' + id 'com.diffplug.spotless' version '6.1.2' } ext.jadxVersion = System.getenv('JADX_VERSION') ?: "dev" @@ -33,7 +33,7 @@ allprojects { testImplementation 'ch.qos.logback:logback-classic:1.2.10' testImplementation 'org.hamcrest:hamcrest-library:2.2' testImplementation 'org.mockito:mockito-core:4.2.0' - testImplementation 'org.assertj:assertj-core:3.21.0' + testImplementation 'org.assertj:assertj-core:3.22.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2' diff --git a/jadx-cli/build.gradle b/jadx-cli/build.gradle index 3c4cfe51..e0e98df7 100644 --- a/jadx-cli/build.gradle +++ b/jadx-cli/build.gradle @@ -10,7 +10,7 @@ dependencies { runtimeOnly(project(':jadx-plugins:jadx-java-convert')) runtimeOnly(project(':jadx-plugins:jadx-smali-input')) - implementation 'com.beust:jcommander:1.81' + implementation 'com.beust:jcommander:1.82' implementation 'ch.qos.logback:logback-classic:1.2.10' } diff --git a/jadx-gui/build.gradle b/jadx-gui/build.gradle index cc10b67d..40630b59 100644 --- a/jadx-gui/build.gradle +++ b/jadx-gui/build.gradle @@ -1,7 +1,7 @@ plugins { id 'application' id 'edu.sc.seis.launch4j' version '2.5.1' - id 'com.github.johnrengelman.shadow' version '7.1.1' + id 'com.github.johnrengelman.shadow' version '7.1.2' id 'org.beryx.runtime' version '1.12.7' } @@ -9,16 +9,16 @@ dependencies { implementation(project(':jadx-core')) implementation(project(":jadx-cli")) - implementation 'com.beust:jcommander:1.81' + implementation 'com.beust:jcommander:1.82' implementation 'ch.qos.logback:logback-classic:1.2.10' - implementation 'com.fifesoft:rsyntaxtextarea:3.1.4' + implementation 'com.fifesoft:rsyntaxtextarea:3.1.6' implementation files('libs/jfontchooser-1.0.5.jar') implementation 'hu.kazocsaba:image-viewer:1.2.3' - implementation 'com.formdev:flatlaf:1.6.5' - implementation 'com.formdev:flatlaf-intellij-themes:1.6.5' - implementation 'com.formdev:flatlaf-extras:1.6.5' + implementation 'com.formdev:flatlaf:2.0' + implementation 'com.formdev:flatlaf-intellij-themes:2.0' + implementation 'com.formdev:flatlaf-extras:2.0' implementation 'com.formdev:svgSalamander:1.1.3' implementation 'com.google.code.gson:gson:2.8.9' -- GitLab