Skip to content

Commit 8047bdf

Browse files
Merge pull request #1299 from microsoftgraph/chore/consolidate-dependabot-updates
chore(deps): consolidate dependabot dependency updates
2 parents 298c818 + e30b42d commit 8047bdf

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/api-level-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: .\scripts\copyFilesOnBuild.ps1 -inputPath '.\src\main\java\com\microsoft\graph\beta\generated'
2222
shell: pwsh
2323
- name: Setup Android SDK
24-
uses: android-actions/setup-android@v3.2.2
24+
uses: android-actions/setup-android@v4.0.1
2525
- name: Add execution right to the script
2626
run: chmod +x gradlew
2727
working-directory: ./android
@@ -31,7 +31,7 @@ jobs:
3131
working-directory: ./android
3232
- name: Upload linting results
3333
if: failure() && steps.lint.outcome == 'failure'
34-
uses: actions/upload-artifact@v6
34+
uses: actions/upload-artifact@v7
3535
with:
3636
name: lint-report
3737
path: ./android/build/reports

.github/workflows/auto-merge-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Dependabot metadata
2121
id: metadata
22-
uses: dependabot/fetch-metadata@v2.5.0
22+
uses: dependabot/fetch-metadata@v3.0.0
2323
with:
2424
github-token: "${{ secrets.GITHUB_TOKEN }}"
2525

.github/workflows/gradle-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
run: ./gradlew build
3131
- name: Upload Unit Test Results
3232
if: ${{ always() }}
33-
uses: actions/upload-artifact@v6
33+
uses: actions/upload-artifact@v7
3434
with:
3535
name: UnitTests
3636
path: |
3737
build/reports/tests/test/**
3838
build/test-results/**
3939
- name: Upload a Build Artifact
40-
uses: actions/upload-artifact@v6
40+
uses: actions/upload-artifact@v7
4141
with:
4242
name: drop
4343
path: |

.github/workflows/project-auto-add.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Generate token
2020
id: generate_token
21-
uses: actions/create-github-app-token@v2
21+
uses: actions/create-github-app-token@v3
2222
with:
2323
app-id: ${{ secrets.GRAPHBOT_APP_ID }}
2424
private-key: ${{ secrets.GRAPHBOT_APP_PEM }}

.github/workflows/release-please-gha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Generate GitHub App token
2727
id: app-token
28-
uses: actions/create-github-app-token@v2
28+
uses: actions/create-github-app-token@v3
2929
with:
3030
app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
3131
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}

gradle/dependencies.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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.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'
9+
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.9.2'
10+
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.9.2'
11+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.9.2'
12+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.9.2'
13+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.9.2'
14+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.9.2'
1515
}

0 commit comments

Comments
 (0)