Skip to content

Commit 4566a08

Browse files
authored
Merge branch 'main' into v1.0/pipelinebuild/204842
2 parents b741a1e + 4c7685d commit 4566a08

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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'

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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

.github/workflows/gradle-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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:
@@ -52,7 +52,7 @@ jobs:
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:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

.github/workflows/validate-public-api-surface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

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.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
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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>

0 commit comments

Comments
 (0)