chore: update dependencies
This commit is contained in:
@@ -4,7 +4,7 @@ plugins {
|
||||
id("application")
|
||||
|
||||
// use shadow only for application scripts, jar will be copied from jadx-gui
|
||||
id("com.gradleup.shadow") version "8.3.3"
|
||||
id("com.gradleup.shadow") version "8.3.5"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -23,7 +23,7 @@ dependencies {
|
||||
runtimeOnly(project(":jadx-plugins:jadx-aab-input"))
|
||||
|
||||
implementation("org.jcommander:jcommander:2.0")
|
||||
implementation("ch.qos.logback:logback-classic:1.5.11")
|
||||
implementation("ch.qos.logback:logback-classic:1.5.12")
|
||||
}
|
||||
|
||||
application {
|
||||
|
||||
Reference in New Issue
Block a user