File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
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/setup-android@v3.2.1
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 @@ -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