1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 14:05:44 +00:00

Update gradle dependency locks (#2806)

Also emoved Junit-4.
This commit is contained in:
Weimin Yu
2025-08-19 16:17:47 +00:00
committed by GitHub
parent de8d205657
commit 7c92928f2c
23 changed files with 1674 additions and 1745 deletions

View File

@@ -46,7 +46,6 @@ dependencies {
runtimeOnly deps['com.google.auto.value:auto-value']
testImplementation deps['com.google.guava:guava-testlib']
testImplementation deps['com.google.truth:truth']
testImplementation deps['junit:junit']
testImplementation deps['org.junit.jupiter:junit-jupiter-api']
testImplementation deps['org.junit.jupiter:junit-jupiter-engine']
testImplementation deps['org.junit.platform:junit-platform-runner']