From f5a705473c952fb39e197ca2ef08f349b6571527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:39:51 +0000 Subject: [PATCH 01/21] chore(deps): bump org.mockito:mockito-core from 5.14.0 to 5.14.1 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.0 to 5.14.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.0...v5.14.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 66648e3a..5a0fae7f 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -3,7 +3,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1' - testImplementation 'org.mockito:mockito-core:5.14.0' + testImplementation 'org.mockito:mockito-core:5.14.1' testImplementation 'io.opentelemetry:opentelemetry-api:1.42.1' testImplementation 'io.opentelemetry:opentelemetry-context:1.42.1' testImplementation 'io.github.std-uritemplate:std-uritemplate:1.0.6' From 8376fa6f020c1e5b447a7da8fdfae1bf3fe17e5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:39:56 +0000 Subject: [PATCH 02/21] chore(deps): bump org.mockito:mockito-core in /java-8 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.0 to 5.14.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.0...v5.14.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 66648e3a..5a0fae7f 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -3,7 +3,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1' - testImplementation 'org.mockito:mockito-core:5.14.0' + testImplementation 'org.mockito:mockito-core:5.14.1' testImplementation 'io.opentelemetry:opentelemetry-api:1.42.1' testImplementation 'io.opentelemetry:opentelemetry-context:1.42.1' testImplementation 'io.github.std-uritemplate:std-uritemplate:1.0.6' From 348266500c60400fe8a8be8e5ed07e8002483656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 08:59:52 +0000 Subject: [PATCH 03/21] chore(deps): bump com.azure:azure-core from 1.52.0 to 1.53.0 Bumps [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) from 1.52.0 to 1.53.0. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-core_1.52.0...azure-core_1.53.0) --- updated-dependencies: - dependency-name: com.azure:azure-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index aeaeb64a..e424598d 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ com.azure azure-core - 1.52.0 + 1.53.0 org.junit.jupiter From 9298c2b397c552abc20a856af30bb639d123642b Mon Sep 17 00:00:00 2001 From: Philip Gichuhi Date: Wed, 2 Oct 2024 12:30:16 +0300 Subject: [PATCH 04/21] Update Android gradle build tools --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 517d219f..9317ea3e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -6,7 +6,7 @@ buildscript { dependencies { classpath "com.gradle:gradle-enterprise-gradle-plugin:3.18.1" - classpath "com.android.tools.build:gradle:8.6.1" + classpath "com.android.tools.build:gradle:8.7.0" classpath "com.github.ben-manes:gradle-versions-plugin:0.51.0" } } From 61e2d4e27167580f5cafd7b56216e7274673dd94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:12:42 +0000 Subject: [PATCH 05/21] chore(deps): bump com.azure:azure-core from 1.52.0 to 1.53.0 in /android Bumps [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) from 1.52.0 to 1.53.0. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-core_1.52.0...azure-core_1.53.0) --- updated-dependencies: - dependency-name: com.azure:azure-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 5a0fae7f..f13266d3 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -12,7 +12,7 @@ dependencies { implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1' api 'com.squareup.okhttp3:okhttp:4.12.0' - api 'com.azure:azure-core:1.52.0' + api 'com.azure:azure-core:1.53.0' api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.5.0' api 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.5.0' From 082108f7f6000b288244b758f0dcef0544052e85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:36:54 +0000 Subject: [PATCH 06/21] chore(deps): bump com.github.spotbugs from 6.0.23 to 6.0.24 Bumps com.github.spotbugs from 6.0.23 to 6.0.24. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 64c6eb49..52ecb6a1 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'maven-publish' id 'signing' id 'jacoco' - id 'com.github.spotbugs' version '6.0.23' + id 'com.github.spotbugs' version '6.0.24' id "org.sonarqube" version "5.1.0.4882" id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' } From a1f4e845cabf370a6717b5ab69e3e8757c2dfa45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:55:20 +0000 Subject: [PATCH 07/21] chore(deps): bump the kiota-dependencies group across 2 directories with 7 updates Bumps the kiota-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.microsoft.kiota:microsoft-kiota-abstractions](https://github.com/microsoft/kiota-java) | `1.5.0` | `1.5.1` | | [com.microsoft.kiota:microsoft-kiota-authentication-azure](https://github.com/microsoft/kiota-java) | `1.5.0` | `1.5.1` | | [com.microsoft.kiota:microsoft-kiota-http-okHttp](https://github.com/microsoft/kiota-java) | `1.5.0` | `1.5.1` | | [com.microsoft.kiota:microsoft-kiota-serialization-json](https://github.com/microsoft/kiota-java) | `1.5.0` | `1.5.1` | | [com.microsoft.kiota:microsoft-kiota-serialization-text](https://github.com/microsoft/kiota-java) | `1.5.0` | `1.5.1` | | [com.microsoft.kiota:microsoft-kiota-serialization-form](https://github.com/microsoft/kiota-java) | `1.5.0` | `1.5.1` | | [com.microsoft.kiota:microsoft-kiota-serialization-multipart](https://github.com/microsoft/kiota-java) | `1.5.0` | `1.5.1` | Bumps the kiota-dependencies group with 7 updates in the /java-8 directory: | Package | From | To | | --- | --- | --- | | [com.microsoft.kiota:microsoft-kiota-abstractions](https://github.com/microsoft/kiota-java) | `1.5.0` | `1.5.1` | | [com.microsoft.kiota:microsoft-kiota-authentication-azure](https://github.com/microsoft/kiota-java) | `1.5.0` | `1.5.1` | | [com.microsoft.kiota:microsoft-kiota-http-okHttp](https://github.com/microsoft/kiota-java) | `1.5.0` | `1.5.1` | | [com.microsoft.kiota:microsoft-kiota-serialization-json](https://github.com/microsoft/kiota-java) | `1.5.0` | `1.5.1` | | [com.microsoft.kiota:microsoft-kiota-serialization-text](https://github.com/microsoft/kiota-java) | `1.5.0` | `1.5.1` | | [com.microsoft.kiota:microsoft-kiota-serialization-form](https://github.com/microsoft/kiota-java) | `1.5.0` | `1.5.1` | | [com.microsoft.kiota:microsoft-kiota-serialization-multipart](https://github.com/microsoft/kiota-java) | `1.5.0` | `1.5.1` | Updates `com.microsoft.kiota:microsoft-kiota-abstractions` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.0...v1.5.1) Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.0...v1.5.1) Updates `com.microsoft.kiota:microsoft-kiota-http-okHttp` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.0...v1.5.1) Updates `com.microsoft.kiota:microsoft-kiota-serialization-json` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.0...v1.5.1) Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.0...v1.5.1) Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.0...v1.5.1) Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.0...v1.5.1) Updates `com.microsoft.kiota:microsoft-kiota-abstractions` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.0...v1.5.1) Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.0...v1.5.1) Updates `com.microsoft.kiota:microsoft-kiota-http-okHttp` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.0...v1.5.1) Updates `com.microsoft.kiota:microsoft-kiota-serialization-json` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.0...v1.5.1) Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.0...v1.5.1) Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.0...v1.5.1) Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: com.microsoft.kiota:microsoft-kiota-abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-authentication-azure dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-text dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-form dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-multipart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-authentication-azure dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-text dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-form dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-multipart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index f13266d3..f3307f7c 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -14,11 +14,11 @@ dependencies { api 'com.squareup.okhttp3:okhttp:4.12.0' api 'com.azure:azure-core:1.53.0' - api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.5.0' - api 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.5.0' - implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.5.0' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.5.0' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.5.0' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.5.0' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.5.0' + api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.5.1' + api 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.5.1' + implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.5.1' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.5.1' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.5.1' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.5.1' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.5.1' } From 11fbd5c4afd7dc0b432a26340bf0b60e8374847e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:26:01 +0000 Subject: [PATCH 08/21] chore(deps-dev): bump the junit-dependencies group with 2 updates Bumps the junit-dependencies group with 2 updates: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) and [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5). Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.1 to 5.11.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.1 to 5.11.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:development update-type: version-update:semver-patch dependency-group: junit-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:development update-type: version-update:semver-patch dependency-group: junit-dependencies ... Signed-off-by: dependabot[bot] --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e424598d..3ce285f8 100644 --- a/pom.xml +++ b/pom.xml @@ -37,13 +37,13 @@ org.junit.jupiter junit-jupiter-api - 5.11.1 + 5.11.2 test org.junit.jupiter junit-jupiter-params - 5.11.1 + 5.11.2 test From d364d8368bc7ff777d1e74fac63fbb68f5c9f866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:05:49 +0000 Subject: [PATCH 09/21] chore(deps): bump the junit-dependencies group across 2 directories with 3 updates Bumps the junit-dependencies group with 3 updates in the / directory: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5), [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) and [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5). Bumps the junit-dependencies group with 3 updates in the /java-8 directory: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5), [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) and [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5). Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.1 to 5.11.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.1 to 5.11.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.1 to 5.11.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2) Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.1 to 5.11.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.1 to 5.11.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.1 to 5.11.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index f3307f7c..9d5cb21a 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -1,8 +1,8 @@ dependencies { // Use JUnit test framework - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1' - testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.1' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2' + testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2' testImplementation 'org.mockito:mockito-core:5.14.1' testImplementation 'io.opentelemetry:opentelemetry-api:1.42.1' testImplementation 'io.opentelemetry:opentelemetry-context:1.42.1' From 8966f8e8f4db312d8518d4326430c5845f5027c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:56:21 +0000 Subject: [PATCH 10/21] chore(deps): bump the kiota-dependencies group across 2 directories with 7 updates Bumps the kiota-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.microsoft.kiota:microsoft-kiota-abstractions](https://github.com/microsoft/kiota-java) | `1.5.1` | `1.6.0` | | [com.microsoft.kiota:microsoft-kiota-authentication-azure](https://github.com/microsoft/kiota-java) | `1.5.1` | `1.6.0` | | [com.microsoft.kiota:microsoft-kiota-http-okHttp](https://github.com/microsoft/kiota-java) | `1.5.1` | `1.6.0` | | [com.microsoft.kiota:microsoft-kiota-serialization-json](https://github.com/microsoft/kiota-java) | `1.5.1` | `1.6.0` | | [com.microsoft.kiota:microsoft-kiota-serialization-text](https://github.com/microsoft/kiota-java) | `1.5.1` | `1.6.0` | | [com.microsoft.kiota:microsoft-kiota-serialization-form](https://github.com/microsoft/kiota-java) | `1.5.1` | `1.6.0` | | [com.microsoft.kiota:microsoft-kiota-serialization-multipart](https://github.com/microsoft/kiota-java) | `1.5.1` | `1.6.0` | Bumps the kiota-dependencies group with 7 updates in the /java-8 directory: | Package | From | To | | --- | --- | --- | | [com.microsoft.kiota:microsoft-kiota-abstractions](https://github.com/microsoft/kiota-java) | `1.5.1` | `1.6.0` | | [com.microsoft.kiota:microsoft-kiota-authentication-azure](https://github.com/microsoft/kiota-java) | `1.5.1` | `1.6.0` | | [com.microsoft.kiota:microsoft-kiota-http-okHttp](https://github.com/microsoft/kiota-java) | `1.5.1` | `1.6.0` | | [com.microsoft.kiota:microsoft-kiota-serialization-json](https://github.com/microsoft/kiota-java) | `1.5.1` | `1.6.0` | | [com.microsoft.kiota:microsoft-kiota-serialization-text](https://github.com/microsoft/kiota-java) | `1.5.1` | `1.6.0` | | [com.microsoft.kiota:microsoft-kiota-serialization-form](https://github.com/microsoft/kiota-java) | `1.5.1` | `1.6.0` | | [com.microsoft.kiota:microsoft-kiota-serialization-multipart](https://github.com/microsoft/kiota-java) | `1.5.1` | `1.6.0` | Updates `com.microsoft.kiota:microsoft-kiota-abstractions` from 1.5.1 to 1.6.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.1...v1.6.0) Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 1.5.1 to 1.6.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.1...v1.6.0) Updates `com.microsoft.kiota:microsoft-kiota-http-okHttp` from 1.5.1 to 1.6.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.1...v1.6.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-json` from 1.5.1 to 1.6.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.1...v1.6.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 1.5.1 to 1.6.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.1...v1.6.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 1.5.1 to 1.6.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.1...v1.6.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 1.5.1 to 1.6.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.1...v1.6.0) Updates `com.microsoft.kiota:microsoft-kiota-abstractions` from 1.5.1 to 1.6.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.1...v1.6.0) Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 1.5.1 to 1.6.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.1...v1.6.0) Updates `com.microsoft.kiota:microsoft-kiota-http-okHttp` from 1.5.1 to 1.6.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.1...v1.6.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-json` from 1.5.1 to 1.6.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.1...v1.6.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 1.5.1 to 1.6.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.1...v1.6.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 1.5.1 to 1.6.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.1...v1.6.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 1.5.1 to 1.6.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: com.microsoft.kiota:microsoft-kiota-abstractions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-authentication-azure dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-json dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-form dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-multipart dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-abstractions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-authentication-azure dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-json dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-form dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-multipart dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 9d5cb21a..d8ca19c4 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -14,11 +14,11 @@ dependencies { api 'com.squareup.okhttp3:okhttp:4.12.0' api 'com.azure:azure-core:1.53.0' - api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.5.1' - api 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.5.1' - implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.5.1' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.5.1' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.5.1' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.5.1' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.5.1' + api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.6.0' + api 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.6.0' + implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.6.0' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.6.0' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.6.0' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.6.0' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.6.0' } From cb38f8dd5a28bebce23288cc6675cf1fb2fda7bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:21:09 +0000 Subject: [PATCH 11/21] chore(deps): bump the kiota-dependencies group across 2 directories with 7 updates Bumps the kiota-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.microsoft.kiota:microsoft-kiota-abstractions](https://github.com/microsoft/kiota-java) | `1.6.0` | `1.7.0` | | [com.microsoft.kiota:microsoft-kiota-authentication-azure](https://github.com/microsoft/kiota-java) | `1.6.0` | `1.7.0` | | [com.microsoft.kiota:microsoft-kiota-http-okHttp](https://github.com/microsoft/kiota-java) | `1.6.0` | `1.7.0` | | [com.microsoft.kiota:microsoft-kiota-serialization-json](https://github.com/microsoft/kiota-java) | `1.6.0` | `1.7.0` | | [com.microsoft.kiota:microsoft-kiota-serialization-text](https://github.com/microsoft/kiota-java) | `1.6.0` | `1.7.0` | | [com.microsoft.kiota:microsoft-kiota-serialization-form](https://github.com/microsoft/kiota-java) | `1.6.0` | `1.7.0` | | [com.microsoft.kiota:microsoft-kiota-serialization-multipart](https://github.com/microsoft/kiota-java) | `1.6.0` | `1.7.0` | Bumps the kiota-dependencies group with 7 updates in the /java-8 directory: | Package | From | To | | --- | --- | --- | | [com.microsoft.kiota:microsoft-kiota-abstractions](https://github.com/microsoft/kiota-java) | `1.6.0` | `1.7.0` | | [com.microsoft.kiota:microsoft-kiota-authentication-azure](https://github.com/microsoft/kiota-java) | `1.6.0` | `1.7.0` | | [com.microsoft.kiota:microsoft-kiota-http-okHttp](https://github.com/microsoft/kiota-java) | `1.6.0` | `1.7.0` | | [com.microsoft.kiota:microsoft-kiota-serialization-json](https://github.com/microsoft/kiota-java) | `1.6.0` | `1.7.0` | | [com.microsoft.kiota:microsoft-kiota-serialization-text](https://github.com/microsoft/kiota-java) | `1.6.0` | `1.7.0` | | [com.microsoft.kiota:microsoft-kiota-serialization-form](https://github.com/microsoft/kiota-java) | `1.6.0` | `1.7.0` | | [com.microsoft.kiota:microsoft-kiota-serialization-multipart](https://github.com/microsoft/kiota-java) | `1.6.0` | `1.7.0` | Updates `com.microsoft.kiota:microsoft-kiota-abstractions` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.6.0...v1.7.0) Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.6.0...v1.7.0) Updates `com.microsoft.kiota:microsoft-kiota-http-okHttp` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.6.0...v1.7.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-json` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.6.0...v1.7.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.6.0...v1.7.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.6.0...v1.7.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.6.0...v1.7.0) Updates `com.microsoft.kiota:microsoft-kiota-abstractions` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.6.0...v1.7.0) Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.6.0...v1.7.0) Updates `com.microsoft.kiota:microsoft-kiota-http-okHttp` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.6.0...v1.7.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-json` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.6.0...v1.7.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.6.0...v1.7.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.6.0...v1.7.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: com.microsoft.kiota:microsoft-kiota-abstractions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-authentication-azure dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-json dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-form dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-multipart dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-abstractions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-authentication-azure dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-json dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-form dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-multipart dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index d8ca19c4..262296d5 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -14,11 +14,11 @@ dependencies { api 'com.squareup.okhttp3:okhttp:4.12.0' api 'com.azure:azure-core:1.53.0' - api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.6.0' - api 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.6.0' - implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.6.0' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.6.0' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.6.0' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.6.0' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.6.0' + api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.7.0' + api 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.7.0' + implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.7.0' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.7.0' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.7.0' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.7.0' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.7.0' } From 66c8f5d7d8f66f95a930d9a7bfb0a32489145202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:50:03 +0000 Subject: [PATCH 12/21] chore(deps): bump the open-telemetry group in /android with 2 updates Bumps the open-telemetry group in /android with 2 updates: [io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java) and [io.opentelemetry:opentelemetry-context](https://github.com/open-telemetry/opentelemetry-java). Updates `io.opentelemetry:opentelemetry-api` from 1.42.1 to 1.43.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-java/compare/v1.42.1...v1.43.0) Updates `io.opentelemetry:opentelemetry-context` from 1.42.1 to 1.43.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-java/compare/v1.42.1...v1.43.0) --- updated-dependencies: - dependency-name: io.opentelemetry:opentelemetry-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: open-telemetry - dependency-name: io.opentelemetry:opentelemetry-context dependency-type: direct:production update-type: version-update:semver-minor dependency-group: open-telemetry ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 262296d5..5fdd719d 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -4,8 +4,8 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2' testImplementation 'org.mockito:mockito-core:5.14.1' - testImplementation 'io.opentelemetry:opentelemetry-api:1.42.1' - testImplementation 'io.opentelemetry:opentelemetry-context:1.42.1' + testImplementation 'io.opentelemetry:opentelemetry-api:1.43.0' + testImplementation 'io.opentelemetry:opentelemetry-context:1.43.0' testImplementation 'io.github.std-uritemplate:std-uritemplate:1.0.6' implementation 'com.google.code.gson:gson:2.11.0' From b0b798af6d4ceae799d2755de7f4e860f411601f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 10:37:58 +0000 Subject: [PATCH 13/21] chore(deps): bump com.android.tools.build:gradle in /android Bumps com.android.tools.build:gradle from 8.7.0 to 8.7.1. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 9317ea3e..2c9ea95c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -6,7 +6,7 @@ buildscript { dependencies { classpath "com.gradle:gradle-enterprise-gradle-plugin:3.18.1" - classpath "com.android.tools.build:gradle:8.7.0" + classpath "com.android.tools.build:gradle:8.7.1" classpath "com.github.ben-manes:gradle-versions-plugin:0.51.0" } } From 8c261ddc26fb14aeb0437c0bcc721b1b9f59278d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:53:43 +0000 Subject: [PATCH 14/21] chore(deps): bump com.github.spotbugs from 6.0.24 to 6.0.25 Bumps com.github.spotbugs from 6.0.24 to 6.0.25. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 52ecb6a1..d8f84e58 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'maven-publish' id 'signing' id 'jacoco' - id 'com.github.spotbugs' version '6.0.24' + id 'com.github.spotbugs' version '6.0.25' id "org.sonarqube" version "5.1.0.4882" id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' } From 3f98f5fe5e7a5bf3de266be7797a6af4d2d41f37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 09:13:16 +0000 Subject: [PATCH 15/21] chore(deps): bump org.mockito:mockito-core from 5.14.1 to 5.14.2 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.1 to 5.14.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.1...v5.14.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 5fdd719d..9aeea067 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -3,7 +3,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2' - testImplementation 'org.mockito:mockito-core:5.14.1' + testImplementation 'org.mockito:mockito-core:5.14.2' testImplementation 'io.opentelemetry:opentelemetry-api:1.43.0' testImplementation 'io.opentelemetry:opentelemetry-context:1.43.0' testImplementation 'io.github.std-uritemplate:std-uritemplate:1.0.6' From b42c32f2a00632333baa5f7ecff6104cf45bc4e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 09:13:21 +0000 Subject: [PATCH 16/21] chore(deps): bump org.mockito:mockito-core in /java-8 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.1 to 5.14.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.1...v5.14.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 5fdd719d..9aeea067 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -3,7 +3,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2' - testImplementation 'org.mockito:mockito-core:5.14.1' + testImplementation 'org.mockito:mockito-core:5.14.2' testImplementation 'io.opentelemetry:opentelemetry-api:1.43.0' testImplementation 'io.opentelemetry:opentelemetry-context:1.43.0' testImplementation 'io.github.std-uritemplate:std-uritemplate:1.0.6' From c0b5091e582602aa1276520ccd5ba1dd8296213b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:16:04 +0000 Subject: [PATCH 17/21] chore(deps-dev): bump the junit-dependencies group with 2 updates Bumps the junit-dependencies group with 2 updates: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) and [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5). Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:development update-type: version-update:semver-patch dependency-group: junit-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:development update-type: version-update:semver-patch dependency-group: junit-dependencies ... Signed-off-by: dependabot[bot] --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3ce285f8..25f742a1 100644 --- a/pom.xml +++ b/pom.xml @@ -37,13 +37,13 @@ org.junit.jupiter junit-jupiter-api - 5.11.2 + 5.11.3 test org.junit.jupiter junit-jupiter-params - 5.11.2 + 5.11.3 test From 0030441bd264da39dffd7c3ce7f430fcd00d3ecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:59:44 +0000 Subject: [PATCH 18/21] chore(deps): bump the junit-dependencies group across 2 directories with 3 updates Bumps the junit-dependencies group with 3 updates in the / directory: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5), [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) and [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5). Bumps the junit-dependencies group with 3 updates in the /java-8 directory: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5), [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) and [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5). Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 9aeea067..c569a3f6 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -1,8 +1,8 @@ dependencies { // Use JUnit test framework - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2' - testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' + testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3' testImplementation 'org.mockito:mockito-core:5.14.2' testImplementation 'io.opentelemetry:opentelemetry-api:1.43.0' testImplementation 'io.opentelemetry:opentelemetry-context:1.43.0' From 103fc955e1ebf7f494d38f602632f4b7bdb716d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:25:56 +0000 Subject: [PATCH 19/21] chore(deps): bump the junit-dependencies group Bumps the junit-dependencies group in /android with 3 updates: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5), [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) and [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5). Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 9aeea067..c569a3f6 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -1,8 +1,8 @@ dependencies { // Use JUnit test framework - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2' - testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' + testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3' testImplementation 'org.mockito:mockito-core:5.14.2' testImplementation 'io.opentelemetry:opentelemetry-api:1.43.0' testImplementation 'io.opentelemetry:opentelemetry-context:1.43.0' From 1cfa35ab9cd46b5a5761cbad1ef96f0c0883f8e6 Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Wed, 23 Oct 2024 09:47:14 +0300 Subject: [PATCH 20/21] fix: release new version with updated kiota dependencies --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7389b92f..6938e432 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ OkHttpClient client = GraphClientFactory.create(authenticationProvider).build(); ## 3. Make requests against the service -After you have an OkHttpClient that is authenticated, you can begin making calls against the service. The requests against the service look like our [REST API](https://developer.microsoft.com/en-us/graph/docs/concepts/overview). +After you have an authenticated `OkHttpClient`, you can begin making calls against the service. The requests against the service look like our [REST API](https://developer.microsoft.com/en-us/graph/docs/concepts/overview). ### 3.1 Get the user's details @@ -125,13 +125,12 @@ For known issues, see [issues](https://github.com/MicrosoftGraph/msgraph-sdk-jav ## 5. Contributions -The Microsoft Graph SDK is open for contribution. To contribute to this project, see [Contributing](https://github.com/microsoftgraph/msgraph-sdk-java-core/blob/main/CONTRIBUTING.md). +The Microsoft Graph SDK is open for contribution. To contribute to this project, see the [Contributing](https://github.com/microsoftgraph/msgraph-sdk-java-core/blob/main/CONTRIBUTING.md) guide. ## 6. Supported Java versions The Microsoft Graph SDK for Java library is supported at runtime for Java 8 and [Android API revision 26](http://source.android.com/source/build-numbers.html) or greater. - ## 7. License Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MIT license](LICENSE). From 46733959cd5b7a601ad42e9655730a95a8b8b844 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:50:26 +0000 Subject: [PATCH 21/21] chore(main): release 3.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- gradle.properties | 2 +- pom.xml | 2 +- src/main/java/com/microsoft/graph/core/CoreConstants.java | 2 +- 6 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 85b4861d..466b7195 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.3.0" + ".": "3.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f98daa20..e2b60af6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.3.1](https://github.com/microsoftgraph/msgraph-sdk-java-core/compare/v3.3.0...v3.3.1) (2024-10-23) + + +### Bug Fixes + +* release new version with updated kiota dependencies ([6e70a6e](https://github.com/microsoftgraph/msgraph-sdk-java-core/commit/6e70a6e8e83457b20baac14a508400bb1b093432)) +* release new version with updated kiota dependencies ([1cfa35a](https://github.com/microsoftgraph/msgraph-sdk-java-core/commit/1cfa35ab9cd46b5a5761cbad1ef96f0c0883f8e6)) + ## [3.3.0](https://github.com/microsoftgraph/msgraph-sdk-java-core/compare/v3.2.1...v3.3.0) (2024-09-30) diff --git a/README.md b/README.md index 6938e432..54296fc8 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ repositories { dependencies { // Include the sdk as a dependency // x-release-please-start-version - implementation 'com.microsoft.graph:microsoft-graph-core:3.3.0' + implementation 'com.microsoft.graph:microsoft-graph-core:3.3.1' // x-release-please-end // This dependency is only needed if you are using the TokenCredentialAuthProvider implementation 'com.azure:azure-identity:1.11.0' @@ -40,7 +40,7 @@ Add the dependency in `dependencies` in pom.xml com.microsoft.graph microsoft-graph-core - 3.3.0 + 3.3.1 com.azure diff --git a/gradle.properties b/gradle.properties index 16397215..ee942d98 100644 --- a/gradle.properties +++ b/gradle.properties @@ -30,7 +30,7 @@ mavenMajorVersion = 3 mavenMinorVersion = 3 # x-release-please-end # x-release-please-start-patch -mavenPatchVersion = 0 +mavenPatchVersion = 1 # x-release-please-end mavenArtifactSuffix = diff --git a/pom.xml b/pom.xml index 25f742a1..a199192c 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.microsoft.graph microsoft-graph-core - 3.3.0 + 3.3.1 pom diff --git a/src/main/java/com/microsoft/graph/core/CoreConstants.java b/src/main/java/com/microsoft/graph/core/CoreConstants.java index 0c19f723..9025da1e 100644 --- a/src/main/java/com/microsoft/graph/core/CoreConstants.java +++ b/src/main/java/com/microsoft/graph/core/CoreConstants.java @@ -19,7 +19,7 @@ private static class VersionValues { private static final int MINOR = 3; // x-release-please-end // x-release-please-start-patch - private static final int PATCH = 0; + private static final int PATCH = 1; // x-release-please-end }