Skip to content

Commit 6df9f29

Browse files
committed
Update dependencies
1 parent 8afae3e commit 6df9f29

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ repositories {
2525

2626
dependencies {
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

3939
test {

0 commit comments

Comments
 (0)