Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skylot committed Sep 22, 2023
1 parent 4d87b44 commit 4e81bdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jadx-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {

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

testImplementation("org.apache.commons:commons-lang3:3.13.0")

Expand Down
2 changes: 1 addition & 1 deletion jadx-gui/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("jadx-kotlin")
id("application")
id("edu.sc.seis.launch4j") version "3.0.4"
id("edu.sc.seis.launch4j") version "3.0.5"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("org.beryx.runtime") version "1.13.0"
}
Expand Down

0 comments on commit 4e81bdd

Please sign in to comment.