From 8caee2b885c867891bb9914c46c493d0b936f7dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 19:09:28 +0000 Subject: [PATCH 01/22] chore(deps): bump com.github.spotbugs from 6.2.3 to 6.2.5 Bumps com.github.spotbugs from 6.2.3 to 6.2.5. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.2.5 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 3f32da1e..4897d7d8 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.2.3' + id 'com.github.spotbugs' version '6.2.5' id "org.sonarqube" version "6.2.0.5505" } From c7b0aeb037276b000bebc3de99ca476106842c5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 08:29:55 +0000 Subject: [PATCH 02/22] chore(deps): bump actions/setup-java from 4 to 5 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/api-level-lint.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/gradle-build.yml | 2 +- .github/workflows/sonarcloud.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/api-level-lint.yml b/.github/workflows/api-level-lint.yml index b65a1017..acebe48a 100644 --- a/.github/workflows/api-level-lint.yml +++ b/.github/workflows/api-level-lint.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: actions/setup-java@v4 + - uses: actions/setup-java@v5 with: distribution: 'temurin' java-version: 21 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c0f88e9c..c47a8e5e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@v5 - name: Set up JDK - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: 21 distribution: 'temurin' diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 30d04c2c..da9bed37 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Set up JDK - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: 21 distribution: 'temurin' diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 75440b8e..32910aee 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -30,7 +30,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: 21 distribution: 'temurin' From 711d1d13fb81b599c8bbc675d904d0ffaff942a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 09:47:08 +0000 Subject: [PATCH 03/22] chore(deps): bump io.jsonwebtoken:jjwt-jackson from 0.12.7 to 0.13.0 Bumps io.jsonwebtoken:jjwt-jackson from 0.12.7 to 0.13.0. --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-jackson dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 d7306038..eb44c762 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -10,9 +10,9 @@ dependencies { implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1' - implementation 'io.jsonwebtoken:jjwt-api:0.12.7' - runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.7' - runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.7' + implementation 'io.jsonwebtoken:jjwt-api:0.13.0' + runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.13.0' + runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.13.0' implementation 'com.auth0:jwks-rsa:0.23.0' api 'com.squareup.okhttp3:okhttp:4.12.0' From 8aa55ef1e69ee37e8af9559c162d77eca0216351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 09:47:12 +0000 Subject: [PATCH 04/22] chore(deps): bump io.jsonwebtoken:jjwt-impl from 0.12.7 to 0.13.0 Bumps [io.jsonwebtoken:jjwt-impl](https://github.com/jwtk/jjwt) from 0.12.7 to 0.13.0. - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jwtk/jjwt/compare/0.12.7...0.13.0) --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-impl dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 d7306038..eb44c762 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -10,9 +10,9 @@ dependencies { implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1' - implementation 'io.jsonwebtoken:jjwt-api:0.12.7' - runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.7' - runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.7' + implementation 'io.jsonwebtoken:jjwt-api:0.13.0' + runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.13.0' + runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.13.0' implementation 'com.auth0:jwks-rsa:0.23.0' api 'com.squareup.okhttp3:okhttp:4.12.0' From 1104b220cc995cc0fa690fd57219735fe78231c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 09:47:14 +0000 Subject: [PATCH 05/22] chore(deps): bump io.jsonwebtoken:jjwt-api from 0.12.7 to 0.13.0 Bumps [io.jsonwebtoken:jjwt-api](https://github.com/jwtk/jjwt) from 0.12.7 to 0.13.0. - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jwtk/jjwt/compare/0.12.7...0.13.0) --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-api dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 d7306038..eb44c762 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -10,9 +10,9 @@ dependencies { implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1' - implementation 'io.jsonwebtoken:jjwt-api:0.12.7' - runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.7' - runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.7' + implementation 'io.jsonwebtoken:jjwt-api:0.13.0' + runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.13.0' + runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.13.0' implementation 'com.auth0:jwks-rsa:0.23.0' api 'com.squareup.okhttp3:okhttp:4.12.0' From 9b025f96ac5a92ca2e1b40ab85ae77de6b3860cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 09:47:17 +0000 Subject: [PATCH 06/22] chore(deps): bump io.jsonwebtoken:jjwt-jackson in /java-8 Bumps io.jsonwebtoken:jjwt-jackson from 0.12.7 to 0.13.0. --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-jackson dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 d7306038..eb44c762 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -10,9 +10,9 @@ dependencies { implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1' - implementation 'io.jsonwebtoken:jjwt-api:0.12.7' - runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.7' - runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.7' + implementation 'io.jsonwebtoken:jjwt-api:0.13.0' + runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.13.0' + runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.13.0' implementation 'com.auth0:jwks-rsa:0.23.0' api 'com.squareup.okhttp3:okhttp:4.12.0' From e81804868900bf4c6d0f76a62f3ff4aa326856fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 09:47:19 +0000 Subject: [PATCH 07/22] chore(deps): bump io.jsonwebtoken:jjwt-api in /java-8 Bumps [io.jsonwebtoken:jjwt-api](https://github.com/jwtk/jjwt) from 0.12.7 to 0.13.0. - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jwtk/jjwt/compare/0.12.7...0.13.0) --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-api dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 d7306038..eb44c762 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -10,9 +10,9 @@ dependencies { implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1' - implementation 'io.jsonwebtoken:jjwt-api:0.12.7' - runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.7' - runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.7' + implementation 'io.jsonwebtoken:jjwt-api:0.13.0' + runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.13.0' + runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.13.0' implementation 'com.auth0:jwks-rsa:0.23.0' api 'com.squareup.okhttp3:okhttp:4.12.0' From 755d722d47de815e26799f2400b6ff2b94ee82a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 09:47:20 +0000 Subject: [PATCH 08/22] chore(deps): bump io.jsonwebtoken:jjwt-impl in /java-8 Bumps [io.jsonwebtoken:jjwt-impl](https://github.com/jwtk/jjwt) from 0.12.7 to 0.13.0. - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jwtk/jjwt/compare/0.12.7...0.13.0) --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-impl dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 d7306038..eb44c762 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -10,9 +10,9 @@ dependencies { implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1' - implementation 'io.jsonwebtoken:jjwt-api:0.12.7' - runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.7' - runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.7' + implementation 'io.jsonwebtoken:jjwt-api:0.13.0' + runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.13.0' + runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.13.0' implementation 'com.auth0:jwks-rsa:0.23.0' api 'com.squareup.okhttp3:okhttp:4.12.0' From fe5399ff8dec9b02be5e5ae8406593ed75c28c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 10:43:19 +0000 Subject: [PATCH 09/22] chore(deps): bump io.jsonwebtoken:jjwt-impl in /android Bumps [io.jsonwebtoken:jjwt-impl](https://github.com/jwtk/jjwt) from 0.12.7 to 0.13.0. - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jwtk/jjwt/compare/0.12.7...0.13.0) --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-impl dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 d7306038..eb44c762 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -10,9 +10,9 @@ dependencies { implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1' - implementation 'io.jsonwebtoken:jjwt-api:0.12.7' - runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.7' - runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.7' + implementation 'io.jsonwebtoken:jjwt-api:0.13.0' + runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.13.0' + runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.13.0' implementation 'com.auth0:jwks-rsa:0.23.0' api 'com.squareup.okhttp3:okhttp:4.12.0' From 5fec4d9a980379c8954bac1ccd7459e09f538cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 10:43:21 +0000 Subject: [PATCH 10/22] chore(deps): bump io.jsonwebtoken:jjwt-jackson in /android Bumps io.jsonwebtoken:jjwt-jackson from 0.12.7 to 0.13.0. --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-jackson dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 d7306038..eb44c762 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -10,9 +10,9 @@ dependencies { implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1' - implementation 'io.jsonwebtoken:jjwt-api:0.12.7' - runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.7' - runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.7' + implementation 'io.jsonwebtoken:jjwt-api:0.13.0' + runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.13.0' + runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.13.0' implementation 'com.auth0:jwks-rsa:0.23.0' api 'com.squareup.okhttp3:okhttp:4.12.0' From be18669e6c772fdbb5dc7b2b1025bb37a7b16872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 10:43:25 +0000 Subject: [PATCH 11/22] chore(deps): bump io.jsonwebtoken:jjwt-api in /android Bumps [io.jsonwebtoken:jjwt-api](https://github.com/jwtk/jjwt) from 0.12.7 to 0.13.0. - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jwtk/jjwt/compare/0.12.7...0.13.0) --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-api dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 d7306038..eb44c762 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -10,9 +10,9 @@ dependencies { implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1' - implementation 'io.jsonwebtoken:jjwt-api:0.12.7' - runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.7' - runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.7' + implementation 'io.jsonwebtoken:jjwt-api:0.13.0' + runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.13.0' + runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.13.0' implementation 'com.auth0:jwks-rsa:0.23.0' api 'com.squareup.okhttp3:okhttp:4.12.0' From 5dffaac33055fba99164e428cbaaf848c781948e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 17:56:51 +0000 Subject: [PATCH 12/22] chore(deps): bump org.sonarqube from 6.2.0.5505 to 6.3.1.5724 Bumps org.sonarqube from 6.2.0.5505 to 6.3.1.5724. --- updated-dependencies: - dependency-name: org.sonarqube dependency-version: 6.3.1.5724 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ca9b456f..91dd917e 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id 'signing' id 'jacoco' id 'com.github.spotbugs' version '6.2.4' - id "org.sonarqube" version "6.2.0.5505" + id "org.sonarqube" version "6.3.1.5724" } java { From fe2f3cd99d8b2bb44ee51262a7d53f0631f8bfe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:30:46 +0000 Subject: [PATCH 13/22] chore(deps): bump com.android.tools.build:gradle in /android Bumps com.android.tools.build:gradle from 8.12.1 to 8.13.0. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-version: 8.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 1b0307bc..06afe8fb 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -6,7 +6,7 @@ buildscript { dependencies { classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2" - classpath "com.android.tools.build:gradle:8.12.1" + classpath "com.android.tools.build:gradle:8.13.0" classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0" } } From 4c4b3002162b34b61e0201b6f6460aed43714024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 09:20:23 +0000 Subject: [PATCH 14/22] chore(deps): bump the open-telemetry group across 2 directories with 2 updates Bumps the open-telemetry group with 1 update in the / directory: [io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java). Bumps the open-telemetry group with 1 update in the /java-8 directory: [io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java). Updates `io.opentelemetry:opentelemetry-api` from 1.53.0 to 1.54.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.53.0...v1.54.0) Updates `io.opentelemetry:opentelemetry-context` from 1.53.0 to 1.54.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.53.0...v1.54.0) Updates `io.opentelemetry:opentelemetry-api` from 1.53.0 to 1.54.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.53.0...v1.54.0) Updates `io.opentelemetry:opentelemetry-context` from 1.53.0 to 1.54.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.53.0...v1.54.0) --- updated-dependencies: - dependency-name: io.opentelemetry:opentelemetry-api dependency-version: 1.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: open-telemetry - dependency-name: io.opentelemetry:opentelemetry-context dependency-version: 1.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: open-telemetry - dependency-name: io.opentelemetry:opentelemetry-api dependency-version: 1.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: open-telemetry - dependency-name: io.opentelemetry:opentelemetry-context dependency-version: 1.54.0 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 d7306038..cdd4e20a 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -3,8 +3,8 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.mockito:mockito-core:5.19.0' - testImplementation 'io.opentelemetry:opentelemetry-api:1.53.0' - testImplementation 'io.opentelemetry:opentelemetry-context:1.53.0' + testImplementation 'io.opentelemetry:opentelemetry-api:1.54.0' + testImplementation 'io.opentelemetry:opentelemetry-context:1.54.0' testImplementation 'io.github.std-uritemplate:std-uritemplate:1.0.6' implementation 'com.google.code.gson:gson:2.13.1' From 7a394bf6ff6f2b00b059ea040c547b4365932c75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 10:22:00 +0000 Subject: [PATCH 15/22] 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.53.0 to 1.54.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.53.0...v1.54.0) Updates `io.opentelemetry:opentelemetry-context` from 1.53.0 to 1.54.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.53.0...v1.54.0) --- updated-dependencies: - dependency-name: io.opentelemetry:opentelemetry-api dependency-version: 1.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: open-telemetry - dependency-name: io.opentelemetry:opentelemetry-context dependency-version: 1.54.0 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 d7306038..cdd4e20a 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -3,8 +3,8 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.mockito:mockito-core:5.19.0' - testImplementation 'io.opentelemetry:opentelemetry-api:1.53.0' - testImplementation 'io.opentelemetry:opentelemetry-context:1.53.0' + testImplementation 'io.opentelemetry:opentelemetry-api:1.54.0' + testImplementation 'io.opentelemetry:opentelemetry-context:1.54.0' testImplementation 'io.github.std-uritemplate:std-uritemplate:1.0.6' implementation 'com.google.code.gson:gson:2.13.1' From a7ab6c3dfa6eec41558e65c2905cb1fe5dbfc558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 08:03:39 +0000 Subject: [PATCH 16/22] chore(deps): bump com.azure:azure-core from 1.56.0 to 1.56.1 Bumps [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) from 1.56.0 to 1.56.1. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-core_1.56.0...azure-core_1.56.1) --- updated-dependencies: - dependency-name: com.azure:azure-core dependency-version: 1.56.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0bdd8d53..e7da2412 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ com.azure azure-core - 1.56.0 + 1.56.1 org.junit.jupiter From 2547ce7adf962e678f75426da104f1b20faae410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 09:15:55 +0000 Subject: [PATCH 17/22] chore(deps): bump the kiota-dependencies group across 2 directories with 7 updates Bumps the kiota-dependencies group with 1 update in the / directory: [com.microsoft.kiota:microsoft-kiota-abstractions](https://github.com/microsoft/kiota-java). Bumps the kiota-dependencies group with 1 update in the /java-8 directory: [com.microsoft.kiota:microsoft-kiota-abstractions](https://github.com/microsoft/kiota-java). Updates `com.microsoft.kiota:microsoft-kiota-abstractions` from 1.8.9 to 1.8.10 - [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.8.9...v1.8.10) Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 1.8.9 to 1.8.10 - [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.8.9...v1.8.10) Updates `com.microsoft.kiota:microsoft-kiota-http-okHttp` from 1.8.9 to 1.8.10 - [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.8.9...v1.8.10) Updates `com.microsoft.kiota:microsoft-kiota-serialization-json` from 1.8.9 to 1.8.10 - [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.8.9...v1.8.10) Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 1.8.9 to 1.8.10 - [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.8.9...v1.8.10) Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 1.8.9 to 1.8.10 - [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.8.9...v1.8.10) Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 1.8.9 to 1.8.10 - [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.8.9...v1.8.10) Updates `com.microsoft.kiota:microsoft-kiota-abstractions` from 1.8.9 to 1.8.10 - [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.8.9...v1.8.10) Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 1.8.9 to 1.8.10 - [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.8.9...v1.8.10) Updates `com.microsoft.kiota:microsoft-kiota-http-okHttp` from 1.8.9 to 1.8.10 - [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.8.9...v1.8.10) Updates `com.microsoft.kiota:microsoft-kiota-serialization-json` from 1.8.9 to 1.8.10 - [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.8.9...v1.8.10) Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 1.8.9 to 1.8.10 - [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.8.9...v1.8.10) Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 1.8.9 to 1.8.10 - [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.8.9...v1.8.10) Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 1.8.9 to 1.8.10 - [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.8.9...v1.8.10) --- updated-dependencies: - dependency-name: com.microsoft.kiota:microsoft-kiota-abstractions dependency-version: 1.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-authentication-azure dependency-version: 1.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp dependency-version: 1.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-json dependency-version: 1.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-text dependency-version: 1.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-form dependency-version: 1.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-multipart dependency-version: 1.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-abstractions dependency-version: 1.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-authentication-azure dependency-version: 1.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp dependency-version: 1.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-json dependency-version: 1.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-text dependency-version: 1.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-form dependency-version: 1.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-multipart dependency-version: 1.8.10 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 d7306038..c37679c1 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -18,11 +18,11 @@ dependencies { api 'com.squareup.okhttp3:okhttp:4.12.0' api 'com.azure:azure-core:1.56.0' - api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.8.9' - api 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.9' - implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.9' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.8.9' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.8.9' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.8.9' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.8.9' + api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.8.10' + api 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.10' + implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.10' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.8.10' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.8.10' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.8.10' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.8.10' } From f522892b10d89bb6be222638c756cef021277661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 10:04:06 +0000 Subject: [PATCH 18/22] chore(deps): bump the kiota-dependencies group Bumps the kiota-dependencies group in /android with 7 updates: | Package | From | To | | --- | --- | --- | | [com.microsoft.kiota:microsoft-kiota-abstractions](https://github.com/microsoft/kiota-java) | `1.8.9` | `1.8.10` | | [com.microsoft.kiota:microsoft-kiota-authentication-azure](https://github.com/microsoft/kiota-java) | `1.8.9` | `1.8.10` | | [com.microsoft.kiota:microsoft-kiota-http-okHttp](https://github.com/microsoft/kiota-java) | `1.8.9` | `1.8.10` | | [com.microsoft.kiota:microsoft-kiota-serialization-json](https://github.com/microsoft/kiota-java) | `1.8.9` | `1.8.10` | | [com.microsoft.kiota:microsoft-kiota-serialization-text](https://github.com/microsoft/kiota-java) | `1.8.9` | `1.8.10` | | [com.microsoft.kiota:microsoft-kiota-serialization-form](https://github.com/microsoft/kiota-java) | `1.8.9` | `1.8.10` | | [com.microsoft.kiota:microsoft-kiota-serialization-multipart](https://github.com/microsoft/kiota-java) | `1.8.9` | `1.8.10` | Updates `com.microsoft.kiota:microsoft-kiota-abstractions` from 1.8.9 to 1.8.10 - [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.8.9...v1.8.10) Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 1.8.9 to 1.8.10 - [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.8.9...v1.8.10) Updates `com.microsoft.kiota:microsoft-kiota-http-okHttp` from 1.8.9 to 1.8.10 - [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.8.9...v1.8.10) Updates `com.microsoft.kiota:microsoft-kiota-serialization-json` from 1.8.9 to 1.8.10 - [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.8.9...v1.8.10) Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 1.8.9 to 1.8.10 - [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.8.9...v1.8.10) Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 1.8.9 to 1.8.10 - [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.8.9...v1.8.10) Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 1.8.9 to 1.8.10 - [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.8.9...v1.8.10) --- updated-dependencies: - dependency-name: com.microsoft.kiota:microsoft-kiota-abstractions dependency-version: 1.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-authentication-azure dependency-version: 1.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp dependency-version: 1.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-json dependency-version: 1.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-text dependency-version: 1.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-form dependency-version: 1.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-multipart dependency-version: 1.8.10 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 d7306038..c37679c1 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -18,11 +18,11 @@ dependencies { api 'com.squareup.okhttp3:okhttp:4.12.0' api 'com.azure:azure-core:1.56.0' - api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.8.9' - api 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.9' - implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.9' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.8.9' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.8.9' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.8.9' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.8.9' + api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.8.10' + api 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.10' + implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.10' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.8.10' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.8.10' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.8.10' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.8.10' } From 7d889188c6b157efc82349cafb8890c7d5046b9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 10:04:30 +0000 Subject: [PATCH 19/22] chore(deps): bump com.azure:azure-core from 1.56.0 to 1.56.1 in /android Bumps [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) from 1.56.0 to 1.56.1. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-core_1.56.0...azure-core_1.56.1) --- updated-dependencies: - dependency-name: com.azure:azure-core dependency-version: 1.56.1 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 d7306038..ac119c8c 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -16,7 +16,7 @@ dependencies { implementation 'com.auth0:jwks-rsa:0.23.0' api 'com.squareup.okhttp3:okhttp:4.12.0' - api 'com.azure:azure-core:1.56.0' + api 'com.azure:azure-core:1.56.1' api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.8.9' api 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.9' From a2cb9c3f61e6d697e7dc755a6603a24190575551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 08:01:59 +0000 Subject: [PATCH 20/22] chore(deps): bump com.google.code.gson:gson from 2.13.1 to 2.13.2 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.13.1 to 2.13.2. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.13.1...gson-parent-2.13.2) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0bdd8d53..e174cbc0 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ com.google.code.gson gson - 2.13.1 + 2.13.2 com.squareup.okhttp3 From 684675a23b1b143ee871936ca264bead92cc10fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 10:03:18 +0000 Subject: [PATCH 21/22] chore(deps): bump com.google.code.gson:gson in /android Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.13.1 to 2.13.2. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.13.1...gson-parent-2.13.2) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.2 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 d7306038..84a86c0b 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -6,7 +6,7 @@ dependencies { testImplementation 'io.opentelemetry:opentelemetry-api:1.53.0' testImplementation 'io.opentelemetry:opentelemetry-context:1.53.0' testImplementation 'io.github.std-uritemplate:std-uritemplate:1.0.6' - implementation 'com.google.code.gson:gson:2.13.1' + implementation 'com.google.code.gson:gson:2.13.2' implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1' From b4f77c28888996e365546b10ff64539da0b67c27 Mon Sep 17 00:00:00 2001 From: "Michael Mainer (from Dev Box)" <8527305+MIchaelMainer@users.noreply.github.com> Date: Thu, 11 Sep 2025 15:15:31 -0700 Subject: [PATCH 22/22] chore: update android/build.gradle --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 1b0307bc..06afe8fb 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -6,7 +6,7 @@ buildscript { dependencies { classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2" - classpath "com.android.tools.build:gradle:8.12.1" + classpath "com.android.tools.build:gradle:8.13.0" classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0" } }