File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ version = jadxVersion
1414
1515dependencies {
1616 implementation(" org.slf4j:slf4j-api:2.0.16" )
17- compileOnly(" org.jetbrains:annotations:24.1 .0" )
17+ compileOnly(" org.jetbrains:annotations:25.0 .0" )
1818
1919 testImplementation(" ch.qos.logback:logback-classic:1.5.8" )
2020 testImplementation(" org.assertj:assertj-core:3.26.3" )
21- testImplementation(" org.mockito:mockito-core:5.13 .0" )
21+ testImplementation(" org.mockito:mockito-core:5.14 .0" )
2222
23- testImplementation(" org.junit.jupiter:junit-jupiter:5.11.0 " )
23+ testImplementation(" org.junit.jupiter:junit-jupiter:5.11.1 " )
2424 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2525
26- testCompileOnly(" org.jetbrains:annotations:24.1 .0" )
26+ testCompileOnly(" org.jetbrains:annotations:25.0 .0" )
2727}
2828
2929repositories {
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ repositories {
99}
1010
1111dependencies {
12- rewrite(" org.openrewrite.recipe:rewrite-testing-frameworks:2.18 .0" )
13- rewrite(" org.openrewrite.recipe:rewrite-logging-frameworks:2.13 .0" )
14- rewrite(" org.openrewrite.recipe:rewrite-migrate-java:2.25 .1" )
15- rewrite(" org.openrewrite.recipe:rewrite-static-analysis:1.16 .0" )
12+ rewrite(" org.openrewrite.recipe:rewrite-testing-frameworks:2.19 .0" )
13+ rewrite(" org.openrewrite.recipe:rewrite-logging-frameworks:2.14 .0" )
14+ rewrite(" org.openrewrite.recipe:rewrite-migrate-java:2.26 .1" )
15+ rewrite(" org.openrewrite.recipe:rewrite-static-analysis:1.17 .0" )
1616}
1717
1818tasks {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionSha256Sum =1541fa36599e12857140465f3c91a97409b4512501c26f9631fb113e392c5bd1
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.1 -bin.zip
3+ distributionSha256Sum =31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
55networkTimeout =10000
66validateDistributionUrl =true
77zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
99 implementation(" com.android.tools.smali:smali-baksmali:3.0.8" ) {
1010 exclude(group = " com.beust" , module = " jcommander" ) // exclude old jcommander namespace
1111 }
12- implementation(" com.google.guava:guava:33.3.0 -jre" ) // force the latest version for smali
12+ implementation(" com.google.guava:guava:33.3.1 -jre" ) // force the latest version for smali
1313
1414 // compile smali files in tests
1515 testImplementation(" com.android.tools.smali:smali:3.0.8" ) {
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ dependencies {
1010 implementation(" com.android.tools.smali:smali:3.0.8" ) {
1111 exclude(group = " com.beust" , module = " jcommander" ) // exclude old jcommander namespace
1212 }
13- implementation(" com.google.guava:guava:33.3.0 -jre" ) // force the latest version for smali
13+ implementation(" com.google.guava:guava:33.3.1 -jre" ) // force the latest version for smali
1414}
You can’t perform that action at this time.
0 commit comments