Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skylot committed Jan 25, 2024
1 parent d86449a commit 1a07ab8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
import java.util.Locale

plugins {
id("com.github.ben-manes.versions") version "0.50.0"
id("com.github.ben-manes.versions") version "0.51.0"
id("se.patrikerdes.use-latest-versions") version "0.2.18"
id("com.diffplug.spotless") version "6.24.0"
id("com.diffplug.spotless") version "6.25.0"
}

val jadxVersion by extra { System.getenv("JADX_VERSION") ?: "dev" }
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/jadx-java.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dependencies {

testImplementation("ch.qos.logback:logback-classic:1.4.14")
testImplementation("org.hamcrest:hamcrest-library:2.2")
testImplementation("org.mockito:mockito-core:5.9.0")
testImplementation("org.assertj:assertj-core:3.25.1")
testImplementation("org.mockito:mockito-core:5.10.0")
testImplementation("org.assertj:assertj-core:3.25.2")

testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
Expand Down
4 changes: 2 additions & 2 deletions jadx-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation("com.google.code.gson:gson:2.10.1")

// TODO: move resources decoding to separate plugin module
implementation("com.android.tools.build:aapt2-proto:8.2.1-10154469")
implementation("com.android.tools.build:aapt2-proto:8.2.2-10154469")
implementation("com.google.protobuf:protobuf-java:3.25.2") // forcing latest version

testImplementation("org.apache.commons:commons-lang3:3.14.0")
Expand All @@ -25,7 +25,7 @@ dependencies {
strictly("[3.33, 3.34[") // from 3.34 compiled with Java 17
}
}
testImplementation("tools.profiler:async-profiler:2.9")
testImplementation("tools.profiler:async-profiler:3.0")
}

tasks.test {
Expand Down
2 changes: 1 addition & 1 deletion jadx-gui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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:8.2.1")
implementation("com.android.tools.build:apksig:8.2.2")
implementation("io.github.skylot:jdwp:2.0.0")

testImplementation(project(":jadx-core").dependencyProject.sourceSets.getByName("test").output)
Expand Down

0 comments on commit 1a07ab8

Please sign in to comment.