diff --git a/build.gradle b/build.gradle index 05b52baf4..8cc408dfe 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.github.ben-manes.versions' version '0.42.0' + id 'com.github.ben-manes.versions' version '0.43.0' id 'com.diffplug.spotless' version '6.11.0' } @@ -29,7 +29,7 @@ allprojects { implementation 'org.slf4j:slf4j-api:2.0.3' compileOnly 'org.jetbrains:annotations:23.0.0' - testImplementation 'ch.qos.logback:logback-classic:1.3.1' + testImplementation 'ch.qos.logback:logback-classic:1.3.4' testImplementation 'org.hamcrest:hamcrest-library:2.2' testImplementation 'org.mockito:mockito-core:4.8.0' testImplementation 'org.assertj:assertj-core:3.23.1' diff --git a/jadx-cli/build.gradle b/jadx-cli/build.gradle index a646bc6c8..17ed5dfac 100644 --- a/jadx-cli/build.gradle +++ b/jadx-cli/build.gradle @@ -11,7 +11,7 @@ dependencies { runtimeOnly(project(':jadx-plugins:jadx-smali-input')) implementation 'com.beust:jcommander:1.82' - implementation 'ch.qos.logback:logback-classic:1.3.1' + implementation 'ch.qos.logback:logback-classic:1.3.4' } application { diff --git a/jadx-core/build.gradle b/jadx-core/build.gradle index 730e43852..0d8d3feba 100644 --- a/jadx-core/build.gradle +++ b/jadx-core/build.gradle @@ -8,8 +8,8 @@ dependencies { implementation 'com.google.code.gson:gson:2.9.1' // TODO: move resources decoding to separate plugin module - implementation 'com.android.tools.build:aapt2-proto:7.3.0-8691043' - implementation 'com.google.protobuf:protobuf-java:3.21.7' // forcing latest version + implementation 'com.android.tools.build:aapt2-proto:7.3.1-8691043' + implementation 'com.google.protobuf:protobuf-java:3.21.8' // forcing latest version testImplementation 'org.apache.commons:commons-lang3:3.12.0' diff --git a/jadx-gui/build.gradle b/jadx-gui/build.gradle index b2a6c3810..01569b3c7 100644 --- a/jadx-gui/build.gradle +++ b/jadx-gui/build.gradle @@ -9,16 +9,16 @@ dependencies { implementation(project(':jadx-core')) implementation(project(":jadx-cli")) implementation 'com.beust:jcommander:1.82' - implementation 'ch.qos.logback:logback-classic:1.3.1' + implementation 'ch.qos.logback:logback-classic:1.3.4' implementation 'com.fifesoft:rsyntaxtextarea:3.3.0' implementation files('libs/jfontchooser-1.0.5.jar') implementation 'hu.kazocsaba:image-viewer:1.2.3' - implementation 'com.formdev:flatlaf:2.5' - implementation 'com.formdev:flatlaf-intellij-themes:2.5' - implementation 'com.formdev:flatlaf-extras:2.5' - implementation 'com.formdev:svgSalamander:1.1.3' + implementation 'com.formdev:flatlaf:2.6' + implementation 'com.formdev:flatlaf-intellij-themes:2.6' + implementation 'com.formdev:flatlaf-extras:2.6' + implementation 'com.formdev:svgSalamander:1.1.4' implementation 'com.google.code.gson:gson:2.9.1' implementation 'org.apache.commons:commons-lang3:3.12.0' @@ -26,7 +26,7 @@ dependencies { implementation 'io.reactivex.rxjava2:rxjava:2.2.21' implementation "com.github.akarnokd:rxjava2-swing:0.3.7" - implementation 'com.android.tools.build:apksig:7.3.0' + implementation 'com.android.tools.build:apksig:7.3.1' implementation 'io.github.skylot:jdwp:2.0.0' // TODO: Switch back to upstream once this PR gets merged: