From f2fa54f8bded91f71dcc661d108eb48273e2c78c Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Wed, 2 Jul 2025 13:38:12 +0000
Subject: [PATCH] chore(main): release 1.8.7
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 8 ++++++
README.md | 28 +++++++++----------
.../options/UserAgentHandlerOption.java | 2 +-
gradle.properties | 2 +-
5 files changed, 25 insertions(+), 17 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 7170746f5..b2784ad09 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "1.8.6"
+ ".": "1.8.7"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 952845303..64ac9d6f0 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).
+## [1.8.7](https://github.com/microsoft/kiota-java/compare/v1.8.6...v1.8.7) (2025-07-02)
+
+
+### Bug Fixes
+
+* bumps azure core to avoid jar confusion on jwks-rsa-java ([6384963](https://github.com/microsoft/kiota-java/commit/63849637068adcfa5c3f1937760194639f8638d8))
+* bumps azure core to avoid jar confusion on jwks-rsa-java ([cc98340](https://github.com/microsoft/kiota-java/commit/cc98340c8b449e6369c4a16042a8867ba27eedb6))
+
## [1.8.6](https://github.com/microsoft/kiota-java/compare/v1.8.5...v1.8.6) (2025-06-23)
diff --git a/README.md b/README.md
index 50070eecc..f3068444d 100644
--- a/README.md
+++ b/README.md
@@ -22,27 +22,27 @@ In `build.gradle` in the `dependencies` section:
```Groovy
// x-release-please-start-version
-implementation 'com.microsoft.kiota:microsoft-kiota-abstractions:1.8.6'
+implementation 'com.microsoft.kiota:microsoft-kiota-abstractions:1.8.7'
// x-release-please-end
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.5.0'
// x-release-please-end
// x-release-please-start-version
-implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.6'
+implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.7'
// x-release-please-end
// x-release-please-start-version
-implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.8.6'
+implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.8.7'
// x-release-please-end
// x-release-please-start-version
-implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.8.6'
+implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.8.7'
// x-release-please-end
// x-release-please-start-version
-implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.8.6'
+implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.8.7'
// x-release-please-end
// x-release-please-start-version
-implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.8.6'
+implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.8.7'
// x-release-please-end
// x-release-please-start-version
-implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.8.6'
+implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.8.7'
// x-release-please-end
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
```
@@ -56,49 +56,49 @@ In `pom.xml` in the `dependencies` section:
com.microsoft.kiota
microsoft-kiota-abstractions
- 1.8.6
+ 1.8.7
com.microsoft.kiota
microsoft-kiota-authentication-azure
- 1.8.6
+ 1.8.7
com.microsoft.kiota
microsoft-kiota-http-okHttp
- 1.8.6
+ 1.8.7
com.microsoft.kiota
microsoft-kiota-serialization-json
- 1.8.6
+ 1.8.7
com.microsoft.kiota
microsoft-kiota-serialization-text
- 1.8.6
+ 1.8.7
com.microsoft.kiota
microsoft-kiota-serialization-form
- 1.8.6
+ 1.8.7
com.microsoft.kiota
microsoft-kiota-serialization-multipart
- 1.8.6
+ 1.8.7
diff --git a/components/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/options/UserAgentHandlerOption.java b/components/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/options/UserAgentHandlerOption.java
index b6d7f6e04..22b0afdfa 100644
--- a/components/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/options/UserAgentHandlerOption.java
+++ b/components/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/options/UserAgentHandlerOption.java
@@ -13,7 +13,7 @@ public UserAgentHandlerOption() {}
private boolean enabled = true;
@Nonnull private String productName = "kiota-java";
- @Nonnull private String productVersion = "1.8.6"; // x-release-please-version
+ @Nonnull private String productVersion = "1.8.7"; // x-release-please-version
/**
* Gets the product name to be used in the user agent header
diff --git a/gradle.properties b/gradle.properties
index 151db6131..ff5eaddfb 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -31,7 +31,7 @@ mavenMajorVersion = 1
mavenMinorVersion = 8
# x-release-please-end
# x-release-please-start-patch
-mavenPatchVersion = 6
+mavenPatchVersion = 7
# x-release-please-end
mavenArtifactSuffix =