From b1f2cc6f70c501164550388b5de36630d49954a8 Mon Sep 17 00:00:00 2001 From: nitram84 Date: Thu, 19 Dec 2024 00:05:05 +0100 Subject: [PATCH] chore: update gradle and dependencies --- build.gradle.kts | 30 ++++++++---------------- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 2 files changed, 12 insertions(+), 22 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4a6a59e..6ba5eec 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,36 +16,26 @@ plugins { dependencies { // use compile only scope to exclude jadx-core and its dependencies from result jar - compileOnly("io.github.skylot:jadx-core:1.5.1-SNAPSHOT") { - isChanging = true - } - compileOnly("io.github.skylot:jadx-app-commons:1.5.1-SNAPSHOT") { - isChanging = true - } + compileOnly("io.github.skylot:jadx-core:1.5.1") + compileOnly("io.github.skylot:jadx-app-commons:1.5.1") compileOnly("com.google.code.gson:gson:2.11.0") - compileOnly("commons-io:commons-io:2.17.0") - compileOnly("ch.qos.logback:logback-classic:1.5.11") + compileOnly("commons-io:commons-io:2.18.0") + compileOnly("ch.qos.logback:logback-classic:1.5.12") - testImplementation("io.github.skylot:jadx-core:1.5.1-SNAPSHOT") { - isChanging = true - } - testImplementation("io.github.skylot:jadx-app-commons:1.5.1-SNAPSHOT") { - isChanging = true - } + testImplementation("io.github.skylot:jadx-core:1.5.1") + testImplementation("io.github.skylot:jadx-app-commons:1.5.1") testImplementation("com.google.code.gson:gson:2.11.0") - testImplementation("ch.qos.logback:logback-classic:1.5.11") + testImplementation("ch.qos.logback:logback-classic:1.5.12") testImplementation("org.apache.commons:commons-lang3:3.17.0") testImplementation("jakarta.xml.bind:jakarta.xml.bind-api:4.0.2") testImplementation("org.ow2.asm:asm:9.7.1") testRuntimeOnly("com.sun.xml.bind:jaxb-impl:4.0.5") - testImplementation("io.github.skylot:jadx-smali-input:1.5.1-SNAPSHOT") { - isChanging = true - } + testImplementation("io.github.skylot:jadx-smali-input:1.5.1") testImplementation("org.assertj:assertj-core:3.26.3") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3") } allprojects { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index fb602ee..eb1a55b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26 -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip +distributionSha256Sum=f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6 +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME