File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 - uses : actions/setup-java@v4
1616 with :
1717 distribution : ' temurin'
18- java-version : 20
18+ java-version : 21
1919 cache : gradle
2020 - name : Setup Android SDK
2121 uses :
android-actions/[email protected]
Original file line number Diff line number Diff line change 4747 - name : Set up JDK
4848 uses : actions/setup-java@v4
4949 with :
50- java-version : 20
50+ java-version : 21
5151 distribution : ' temurin'
5252 cache : gradle
5353
Original file line number Diff line number Diff line change 1313 - name : Set up JDK
1414 uses : actions/setup-java@v4
1515 with :
16- java-version : 20
16+ java-version : 21
1717 distribution : ' temurin'
1818 cache : gradle
1919 - name : Detect secrets
Original file line number Diff line number Diff line change 3232 - name : Set up JDK
3333 uses : actions/setup-java@v4
3434 with :
35- java-version : 20
35+ java-version : 21
3636 distribution : ' temurin'
3737 cache : gradle
3838 - name : Cache SonarCloud packages
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dependencies {
33 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.0'
44 testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.0'
55 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.0'
6- testImplementation ' org.mockito:mockito-inline :5.2 .0'
6+ testImplementation ' org.mockito:mockito-core :5.13 .0'
77 testImplementation ' io.opentelemetry:opentelemetry-api:1.41.0'
88 testImplementation ' io.opentelemetry:opentelemetry-context:1.41.0'
99 testImplementation ' io.github.std-uritemplate:std-uritemplate:1.0.6'
You can’t perform that action at this time.
0 commit comments