Skip to content

Commit 1c4acd9

Browse files
[AZURE-16] Bump com.microsoft.graph:microsoft-graph from 5.51.0 to 6.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]>
1 parent f4ccdf0 commit 1c4acd9

File tree

6 files changed

+663
-792
lines changed

6 files changed

+663
-792
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>net.tirasa.connid.bundles</groupId>
3030
<artifactId>net.tirasa.connid.bundles.azure</artifactId>
31-
<version>2.0.3-SNAPSHOT</version>
31+
<version>3.0.0-SNAPSHOT</version>
3232

3333
<name>ConnId Bundles: Azure</name>
3434

@@ -78,7 +78,7 @@
7878
<properties>
7979
<connid.version>1.5.2.0</connid.version>
8080

81-
<microsoft.graph.version>5.51.0</microsoft.graph.version>
81+
<microsoft.graph.version>6.19.0</microsoft.graph.version>
8282
<azure.identity.version>1.14.1</azure.identity.version>
8383
<azure.msal4j.version>1.17.2</azure.msal4j.version>
8484

@@ -98,12 +98,12 @@
9898
<artifactId>azure-identity</artifactId>
9999
<version>${azure.identity.version}</version>
100100
</dependency>
101-
102101
<dependency>
103102
<groupId>com.microsoft.azure</groupId>
104103
<artifactId>msal4j</artifactId>
105104
<version>${azure.msal4j.version}</version>
106105
</dependency>
106+
107107
<dependency>
108108
<groupId>net.tirasa.connid</groupId>
109109
<artifactId>connector-framework</artifactId>

0 commit comments

Comments
 (0)