Skip to content

Commit fb7ad97

Browse files
authored
Update download plugin for parallel downloads (#801)
1 parent 1bb6b91 commit fb7ad97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ dependencies {
2424

2525
api 'com.google.code.gson:gson:2.13.1'
2626

27-
api 'edu.wpi.first:native-utils:2025.9.1'
27+
api 'edu.wpi.first:native-utils:2026.0.0'
2828

29-
api 'de.undercouch:gradle-download-task:4.1.2'
29+
api 'de.undercouch:gradle-download-task:5.6.0'
3030

3131
testImplementation('org.spockframework:spock-core:2.0-M4-groovy-3.0') {
3232
exclude group: 'org.codehaus.groovy'

0 commit comments

Comments
 (0)