File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,8 @@ allprojects {
119119 testImplementation(rootProject.libs.mockito.core)
120120 testImplementation(rootProject.libs.mockito.junit)
121121
122+ testRuntimeOnly(group = " org.junit.platform" , name = " junit-platform-launcher" )
123+
122124 configurations.all {
123125 exclude(group = " org.assertj" )
124126 exclude(group = " junit" )
Original file line number Diff line number Diff line change 11[plugins ]
2- spotless = { id = " com.diffplug.spotless" , version = " 7.0.2 " }
3- spotbugs = { id = " com.github.spotbugs" , version = " 6.1.3 " }
4- buildtimetracker = { id = " com.asarkar.gradle.build-time-tracker" , version = " 4.3.0 " }
2+ spotless = { id = " com.diffplug.spotless" , version = " 7.0.4 " }
3+ spotbugs = { id = " com.github.spotbugs" , version = " 6.1.13 " }
4+ buildtimetracker = { id = " com.asarkar.gradle.build-time-tracker" , version = " 5.0.1 " }
55testsets = { id = " org.unbroken-dome.test-sets" , version = " 4.1.0" }
66
77[versions ]
8- spotbugs = " 4.9.1 "
8+ spotbugs = " 4.9.3 "
99log4j = " 2.24.3"
10- guava = " 33.4.0 -jre"
10+ guava = " 33.4.8 -jre"
1111# test libs
12- junit = " 5.11.4 "
12+ junit = " 5.13.0 "
1313truth = " 1.4.4"
14- mockito = " 5.15.2 "
14+ mockito = " 5.18.0 "
1515# langs
16- scala = " 3.6.3 "
16+ scala = " 3.7.1 "
1717kotlin = " 2.1.0"
1818
1919[libraries ]
You can’t perform that action at this time.
0 commit comments