Skip to content

Commit

Permalink
Update dependency versions for msal4j and azure-identity (#2114)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilgreenbird committed Apr 19, 2023
1 parent 180c97d commit be252dc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<!-- Driver Dependencies -->
<org.osgi.core.version>6.0.0</org.osgi.core.version>
<azure-security-keyvault-keys.version>4.5.3</azure-security-keyvault-keys.version>
<azure-identity.version>1.7.0</azure-identity.version>
<msal.version>1.13.7</msal.version>
<azure-identity.version>1.8.2</azure-identity.version>
<msal.version>1.13.8</msal.version>
<osgi.jdbc.version>1.1.0</osgi.jdbc.version>
<antlr-runtime.version>4.9.3</antlr-runtime.version>
<com.google.code.gson.version>2.9.0</com.google.code.gson.version>
Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>1.13.7</version>
<version>${msal.version}</version>
<optional>true</optional>
</dependency>
<!-- dependencies for ANTLR -->
Expand Down Expand Up @@ -377,7 +377,6 @@
</configuration>
</plugin>
</plugins>

</build>
</profile>
</profiles>
Expand Down

0 comments on commit be252dc

Please sign in to comment.