File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,18 +43,18 @@ configurations.configureEach {
4343}
4444
4545dependencies {
46- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.2 " )
47- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.2 " )
46+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.3 " )
47+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.3 " )
4848 implementation(" net.runelite.archive-patcher:archive-patcher-applier:1.2" )
4949 compileOnly(" org.jetbrains:annotations:24.1.0" )
5050
51- implementation(" net.fabricmc:fabric-loader:0.14.22 " )
51+ implementation(" net.fabricmc:fabric-loader:0.15.9 " )
5252 implementation(" cpw.mods:modlauncher:8.1.3" )
5353 implementation(" net.minecraft:launchwrapper:1.12" )
5454
5555 implementation(" commons-io:commons-io:2.16.1" )
5656 implementation(" org.ow2.asm:asm:9.7" )
57- implementation(" com.google.code.gson:gson:2.10.1 " )
57+ implementation(" com.google.code.gson:gson:2.11.0 " )
5858
5959}
6060
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.8 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments