Skip to content

Commit c932f75

Browse files
authored
Merge branch 'main' into v1.0/pipelinebuild/151792
2 parents 420e306 + ac37a58 commit c932f75

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373
run: echo "BRANCH=$(gh release list -L 1 --json tagName --jq '.[0] | .tagName')" >> $GITHUB_ENV
7474
- name: Download Last Successful Build
75-
uses: dawidd6/action-download-artifact@v4
75+
uses: dawidd6/action-download-artifact@v5
7676
with:
7777
workflow: preview-and-release.yml
7878
workflow_conclusion: success

gradle/dependencies.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ dependencies {
1010
// Core Http library
1111
api 'com.microsoft.graph:microsoft-graph-core:3.1.12'
1212

13-
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.1.12'
14-
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.1.12'
15-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.1.12'
16-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.1.12'
17-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.1.12'
18-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.1.12'
13+
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.1.13'
14+
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.1.13'
15+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.1.13'
16+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.1.13'
17+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.1.13'
18+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.1.13'
1919
}

0 commit comments

Comments
 (0)