Skip to content

Commit

Permalink
Bump the kiota-dependencies group with 4 updates (Apicurio#5282)
Browse files Browse the repository at this point in the history
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.4.0 to 1.5.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.4.0...v1.5.0)

Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 1.4.0 to 1.5.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.4.0...v1.5.0)

Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 1.4.0 to 1.5.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.4.0...v1.5.0)

Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 1.4.0 to 1.5.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.4.0...v1.5.0)

Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 1.4.0 to 1.5.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.4.0...v1.5.0)

Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 1.4.0 to 1.5.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.4.0...v1.5.0)

Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 1.4.0 to 1.5.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.4.0...v1.5.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent c0bdd3d commit 1d55c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java-sdk-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<artifactId>apicurio-registry-v2-java-sdk</artifactId>
<properties>
<projectRoot>${project.basedir}/..</projectRoot>
<kiota.libs.version>1.4.0</kiota.libs.version>
<kiota.libs.version>1.5.0</kiota.libs.version>
<kiota.community.version>0.0.18</kiota.community.version>
<kiota.base.url>https://github.com/microsoft/kiota/releases/download</kiota.base.url>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion java-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<artifactId>apicurio-registry-java-sdk</artifactId>
<properties>
<projectRoot>${project.basedir}/..</projectRoot>
<kiota.libs.version>1.4.0</kiota.libs.version>
<kiota.libs.version>1.5.0</kiota.libs.version>
<kiota.community.version>0.0.18</kiota.community.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down

0 comments on commit 1d55c55

Please sign in to comment.