File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ repositories {
2525
2626dependencies {
2727 implementation gradleApi()
28- implementation ' de.undercouch:gradle-download-task:5.1 .0'
29- implementation ' com.squareup.moshi:moshi:1.13.0 '
30- implementation ' net.minecraftforge:srgutils:0.4.9 '
28+ implementation ' de.undercouch:gradle-download-task:5.6 .0'
29+ implementation ' com.squareup.moshi:moshi:1.15.2 '
30+ implementation ' net.minecraftforge:srgutils:0.5.4 '
3131 implementation ' org.parchmentmc.feather:io-moshi:1.0.0.3'
32- implementation ' com.google.guava:guava:31.1 -jre'
32+ implementation ' com.google.guava:guava:33.4.0 -jre'
3333 implementation ' net.fabricmc.unpick:unpick-format-utils:2.3.0'
3434
35- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.2 '
36- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.2 '
35+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4 '
36+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4 '
3737}
3838
3939test {
You can’t perform that action at this time.
0 commit comments