Skip to content

Commit 0eb2b0c

Browse files
authored
Merge branch 'main' into beta/pipelinebuild/151792
2 parents 8cd104b + 2dee04b commit 0eb2b0c

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
@@ -75,7 +75,7 @@ jobs:
7575
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7676
run: echo "BRANCH=$(gh release list -L 1 --json tagName --jq '.[0] | .tagName')" >> $GITHUB_ENV
7777
- name: Download Last Successful Build
78-
uses: dawidd6/action-download-artifact@v3.1.4
78+
uses: dawidd6/action-download-artifact@v5
7979
with:
8080
workflow: preview-and-release.yml
8181
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)