File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1111 lint-api-level :
1212 runs-on : [self-hosted, 1ES.Pool=1es-ubuntu-msgraph-sdk-java-memory-latest-m]
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - uses : actions/setup-java@v5
1616 with :
1717 distribution : ' temurin'
Original file line number Diff line number Diff line change 4242
4343 steps :
4444 - name : Checkout repository
45- uses : actions/checkout@v5
45+ uses : actions/checkout@v6
4646
4747 - name : Set up JDK
4848 uses : actions/setup-java@v5
Original file line number Diff line number Diff line change 1111 build-java-latest :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - name : Set up JDK
1616 uses : actions/setup-java@v5
1717 with :
5252 build-java-8 :
5353 runs-on : ubuntu-latest
5454 steps :
55- - uses : actions/checkout@v5
55+ - uses : actions/checkout@v6
5656 - name : Set up JDK
5757 uses : actions/setup-java@v5
5858 with :
Original file line number Diff line number Diff line change 1919 release :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323
2424 - name : Generate GitHub App token
2525 id : app-token
Original file line number Diff line number Diff line change 1717 validate-public-api-surface :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - uses : microsoftgraph/kiota-dom-export-diff-tool/export@main
2222 id : generatePatch
2323 - uses : microsoftgraph/kiota-dom-export-diff-tool/tool@main
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.5'
88
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 '
9+ implementation ' com.microsoft.kiota:microsoft-kiota-authentication-azure:1.9.0 '
10+ implementation ' com.microsoft.kiota:microsoft-kiota-http-okHttp:1.9.0 '
11+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-json:1.9.0 '
12+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-text:1.9.0 '
13+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-form:1.9.0 '
14+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.9.0 '
1515}
Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >org.junit.jupiter</groupId >
3737 <artifactId >junit-jupiter-api</artifactId >
38- <version >6.0.0 </version >
38+ <version >6.0.1 </version >
3939 <scope >test</scope >
4040 </dependency >
4141 <dependency >
You can’t perform that action at this time.
0 commit comments