Skip to content

Commit

Permalink
chore: bump azure-identity from 1.2.0 to 1.8.2 in /examples/msal-java (
Browse files Browse the repository at this point in the history
…#898)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Anish Ramasekar <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anish Ramasekar <[email protected]>
  • Loading branch information
dependabot[bot] and aramase committed May 1, 2023
1 parent 94f1a50 commit 87c7560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/msal-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.2.0</version>
<version>1.8.2</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.25.0</version>
<version>1.38.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand All @@ -50,7 +50,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.4.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit 87c7560

Please sign in to comment.