File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11name : " Checks the SDK only using APIs from the targeted API level"
22
33on :
4+ workflow_dispatch :
45 push :
56 branches :
67 - dev
Original file line number Diff line number Diff line change 11name : " CodeQL"
22
33on :
4+ workflow_dispatch :
45 push :
56 branches : [dev, master]
67 pull_request :
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ dependencies {
22 implementation ' com.google.guava:guava:30.1.1-jre'
33
44 // Use JUnit test framework
5- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.7.2 '
6- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.7.2 '
5+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.0 '
6+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.0 '
77 testImplementation ' org.mockito:mockito-inline:3.12.4'
88
99 api ' com.google.code.gson:gson:2.8.8'
You can’t perform that action at this time.
0 commit comments