Skip to content

Commit

Permalink
Dependency updates (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Feb 3, 2022
1 parent 53035e8 commit 4817ab8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.4.2</version>
<version>1.4.3</version>
<exclusions>
<!--
Rely on the Jackson 2 API plugin for Jackson and StAX, excluding all other StAX
Expand Down Expand Up @@ -84,12 +84,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.14.1</version>
<version>12.14.2</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.24.0</version>
<version>1.24.1</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -124,12 +124,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.11.5</version>
<version>1.11.6</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.14.2</version>
<version>12.14.3</version>
<exclusions>
<exclusion>
<groupId>com.azure</groupId>
Expand All @@ -140,7 +140,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-share</artifactId>
<version>12.11.2</version>
<version>12.11.3</version>
<exclusions>
<exclusion>
<groupId>com.azure</groupId>
Expand All @@ -156,7 +156,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-secrets</artifactId>
<version>4.3.5</version>
<version>4.3.6</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 4817ab8

Please sign in to comment.