File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1212 runs-on : [self-hosted, 1ES.Pool=1es-ubuntu-msgraph-sdk-java-memory-latest-m]
1313 steps :
1414 - uses : actions/checkout@v5
15- - uses : actions/setup-java@v4
15+ - uses : actions/setup-java@v5
1616 with :
1717 distribution : ' temurin'
1818 java-version : 21
Original file line number Diff line number Diff line change 4545 uses : actions/checkout@v5
4646
4747 - name : Set up JDK
48- uses : actions/setup-java@v4
48+ uses : actions/setup-java@v5
4949 with :
5050 java-version : 21
5151 distribution : ' temurin'
Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v5
1515 - name : Set up JDK
16- uses : actions/setup-java@v4
16+ uses : actions/setup-java@v5
1717 with :
1818 java-version : 21
1919 distribution : ' temurin'
5454 steps :
5555 - uses : actions/checkout@v5
5656 - name : Set up JDK
57- uses : actions/setup-java@v4
57+ uses : actions/setup-java@v5
5858 with :
5959 java-version : 8
6060 distribution : ' temurin'
Original file line number Diff line number Diff line change 1919 release :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323
2424 - name : Generate GitHub App token
2525 id : app-token
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 classpath " com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
1010 classpath " gradle.plugin.com.github.viswaramamoorthy:gradle-util-plugins:0.1.0-RELEASE"
1111 classpath " com.github.ben-manes:gradle-versions-plugin:0.52.0"
12- classpath " com.android.tools.build:gradle:8.12.1 "
12+ classpath " com.android.tools.build:gradle:8.13.0 "
1313 }
1414}
1515
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ dependencies {
66 // Core Http library
77 api ' com.microsoft.graph:microsoft-graph-core:3.6.4'
88
9- implementation ' com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.9 '
10- implementation ' com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.9 '
11- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-json:1.8.9 '
12- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-text:1.8.9 '
13- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-form:1.8.9 '
14- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.8.9 '
9+ implementation ' com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.10 '
10+ implementation ' com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.10 '
11+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-json:1.8.10 '
12+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-text:1.8.10 '
13+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-form:1.8.10 '
14+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.8.10 '
1515}
You can’t perform that action at this time.
0 commit comments