Skip to content

Commit

Permalink
Update driver dependencies (#1571)
Browse files Browse the repository at this point in the history
Update driver dependencies (#1571)
  • Loading branch information
peterbae authored Apr 27, 2021
1 parent 40a6a22 commit 1b30742
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
<releaseExt>-preview</releaseExt>

<!-- Driver Dependencies -->
<azure.keyvault.version>4.2.1</azure.keyvault.version>
<azure.identity.version>1.1.3</azure.identity.version>
<azure.keyvault.version>4.2.7</azure.keyvault.version>
<azure.identity.version>1.2.5</azure.identity.version>
<osgi.core.version>6.0.0</osgi.core.version>
<osgi.comp.version>5.0.0</osgi.comp.version>
<antlr.runtime.version>4.7.2</antlr.runtime.version>
<antlr.runtime.version>4.9.2</antlr.runtime.version>
<google.gson.version>2.8.6</google.gson.version>
<bouncycastle.bcprov.version>1.65</bouncycastle.bcprov.version>
<bouncycastle.bcpkix.version>1.65</bouncycastle.bcpkix.version>
<bouncycastle.bcprov.version>1.68</bouncycastle.bcprov.version>
<bouncycastle.bcpkix.version>1.68</bouncycastle.bcpkix.version>

<!-- JUnit Test Dependencies -->
<azure.adal4j.version>1.6.5</azure.adal4j.version>
Expand Down

0 comments on commit 1b30742

Please sign in to comment.