Skip to content

Commit

Permalink
[AZURE-16] Bump com.microsoft.graph:microsoft-graph from 5.51.0 to 6.…
Browse files Browse the repository at this point in the history
…19.0 (#90)

* Bump com.microsoft.graph:microsoft-graph from 5.51.0 to 6.19.0

Bumps [com.microsoft.graph:microsoft-graph](https://github.com/microsoftgraph/msgraph-sdk-java) from 5.51.0 to 6.19.0.
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-java/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-java/blob/main/CHANGELOG.md)
- [Commits](microsoftgraph/msgraph-sdk-java@v5.51.0...v6.19.0)

---
updated-dependencies:
- dependency-name: com.microsoft.graph:microsoft-graph
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Aligning code to updated Microsoft Graph API

* Advancing version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Francesco Chicchiriccò <[email protected]>
  • Loading branch information
dependabot[bot] and ilgrosso authored Nov 6, 2024
1 parent f4ccdf0 commit 1c4acd9
Show file tree
Hide file tree
Showing 6 changed files with 663 additions and 792 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>net.tirasa.connid.bundles</groupId>
<artifactId>net.tirasa.connid.bundles.azure</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>

<name>ConnId Bundles: Azure</name>

Expand Down Expand Up @@ -78,7 +78,7 @@
<properties>
<connid.version>1.5.2.0</connid.version>

<microsoft.graph.version>5.51.0</microsoft.graph.version>
<microsoft.graph.version>6.19.0</microsoft.graph.version>
<azure.identity.version>1.14.1</azure.identity.version>
<azure.msal4j.version>1.17.2</azure.msal4j.version>

Expand All @@ -98,12 +98,12 @@
<artifactId>azure-identity</artifactId>
<version>${azure.identity.version}</version>
</dependency>

<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>${azure.msal4j.version}</version>
</dependency>

<dependency>
<groupId>net.tirasa.connid</groupId>
<artifactId>connector-framework</artifactId>
Expand Down
Loading

0 comments on commit 1c4acd9

Please sign in to comment.