diff --git a/.github/workflows/api-level-lint.yml b/.github/workflows/api-level-lint.yml index ba5ef12d65f..26518fc9c80 100644 --- a/.github/workflows/api-level-lint.yml +++ b/.github/workflows/api-level-lint.yml @@ -11,7 +11,7 @@ jobs: lint-api-level: runs-on: [self-hosted, 1ES.Pool=1es-ubuntu-msgraph-sdk-java-memory-latest-m] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-java@v5 with: distribution: 'temurin' diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2e6fb0173b4..365be90cae8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up JDK uses: actions/setup-java@v5 diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index e90d5803d31..567177c2d4a 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -11,7 +11,7 @@ jobs: build-java-latest: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK uses: actions/setup-java@v5 with: @@ -45,7 +45,7 @@ jobs: build-java-8: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK uses: actions/setup-java@v5 with: diff --git a/.github/workflows/release-please-gha.yml b/.github/workflows/release-please-gha.yml index b6bc742e5b1..2fcecb40efd 100644 --- a/.github/workflows/release-please-gha.yml +++ b/.github/workflows/release-please-gha.yml @@ -19,7 +19,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Generate GitHub App token id: app-token diff --git a/.github/workflows/validate-public-api-surface.yml b/.github/workflows/validate-public-api-surface.yml index 1586c14b54c..c76279eb26f 100644 --- a/.github/workflows/validate-public-api-surface.yml +++ b/.github/workflows/validate-public-api-surface.yml @@ -17,7 +17,7 @@ jobs: validate-public-api-surface: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: microsoftgraph/kiota-dom-export-diff-tool/export@main id: generatePatch - uses: microsoftgraph/kiota-dom-export-diff-tool/tool@main diff --git a/android/build.gradle b/android/build.gradle index 25ecad6888c..9b0dd0667cd 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -78,10 +78,10 @@ dependencies { api 'com.microsoft.graph:microsoft-graph-core:3.6.6' - implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.9.2' - implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.9.2' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.9.2' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.9.2' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.9.2' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.9.2' + implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.9.3' + implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.9.3' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.9.3' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.9.3' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.9.3' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.9.3' } diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index ff23a68d70f..c61a118f7dd 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/pom.xml b/pom.xml index 586ef8d2f2a..da3bc812fb7 100644 --- a/pom.xml +++ b/pom.xml @@ -51,15 +51,15 @@ 3.6.6 4.12.0 - 2.1.1 - 1.9.2 + 3.0.0 + 1.9.3 - 3.14.0 - 3.4.2 - 3.11.2 - 3.3.1 - 3.2.7 + 3.15.0 + 3.5.1 + 3.4.0 + 3.12.0 + 3.2.8