Skip to content

Commit 1b68e56

Browse files
Bump the kiota-dependencies group with 4 updates (#5166)
Bumps the kiota-dependencies group with 4 updates: [com.microsoft.kiota:microsoft-kiota-abstractions](https://github.com/microsoft/kiota-java), [com.microsoft.kiota:microsoft-kiota-serialization-text](https://github.com/microsoft/kiota-java), [com.microsoft.kiota:microsoft-kiota-serialization-form](https://github.com/microsoft/kiota-java) and [com.microsoft.kiota:microsoft-kiota-serialization-multipart](https://github.com/microsoft/kiota-java). Updates `com.microsoft.kiota:microsoft-kiota-abstractions` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](microsoft/kiota-java@v1.3.0...v1.4.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](microsoft/kiota-java@v1.3.0...v1.4.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](microsoft/kiota-java@v1.3.0...v1.4.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](microsoft/kiota-java@v1.3.0...v1.4.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](microsoft/kiota-java@v1.3.0...v1.4.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](microsoft/kiota-java@v1.3.0...v1.4.0) Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](microsoft/kiota-java@v1.3.0...v1.4.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-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-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2ba2cf9 commit 1b68e56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java-sdk-v2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<artifactId>apicurio-registry-v2-java-sdk</artifactId>
2626
<properties>
2727
<projectRoot>${project.basedir}/..</projectRoot>
28-
<kiota.libs.version>1.3.0</kiota.libs.version>
28+
<kiota.libs.version>1.4.0</kiota.libs.version>
2929
<kiota.community.version>0.0.18</kiota.community.version>
3030
<kiota.base.url>https://github.com/microsoft/kiota/releases/download</kiota.base.url>
3131
</properties>

java-sdk/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<artifactId>apicurio-registry-java-sdk</artifactId>
2626
<properties>
2727
<projectRoot>${project.basedir}/..</projectRoot>
28-
<kiota.libs.version>1.3.0</kiota.libs.version>
28+
<kiota.libs.version>1.4.0</kiota.libs.version>
2929
<kiota.community.version>0.0.18</kiota.community.version>
3030
<maven.compiler.source>11</maven.compiler.source>
3131
<maven.compiler.target>11</maven.compiler.target>

0 commit comments

Comments
 (0)