aboutsummaryrefslogtreecommitdiff
path: root/junit
diff options
context:
space:
mode:
authorYOUNG HO CHA <ganachoco@linecorp.com>2023-05-06 20:08:26 +0900
committerutzcoz <43091780+utzcoz@users.noreply.github.com>2023-05-08 06:47:59 +0900
commit74955d154720b05932775517218e1a337cfccbaa (patch)
tree8de7f3805d40010437be1b9ef5ef59650d392a54 /junit
parent02523be6af5cbb2204df9e557a1bdb83f9422d99 (diff)
downloadrobolectric-74955d154720b05932775517218e1a337cfccbaa.tar.gz
Enable version catalogs
Fix #7196
Diffstat (limited to 'junit')
-rw-r--r--junit/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/junit/build.gradle b/junit/build.gradle
index 9a1197871..5d5855254 100644
--- a/junit/build.gradle
+++ b/junit/build.gradle
@@ -11,6 +11,6 @@ dependencies {
api project(":shadowapi")
api project(":utils:reflector")
- compileOnly "com.google.code.findbugs:jsr305:3.0.2"
- compileOnly "junit:junit:${junitVersion}"
+ compileOnly libs.findbugs.jsr305
+ compileOnly libs.junit4
}