Skip to content

Commit

Permalink
Update all dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Dec 4, 2024
1 parent 4ec54da commit 8d73445
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.15.1</version>
<version>1.15.7</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.25.1</version>
<version>12.28.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.13.0</version>
<version>1.14.2</version>
<exclusions>
<!--
Rely on the Jackson 2 API plugin for Jackson and StAX, excluding all other StAX
Expand Down Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.50.0</version>
<version>1.54.1</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -132,7 +132,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.26.1</version>
<version>12.29.0</version>
<exclusions>
<exclusion>
<groupId>com.azure</groupId>
Expand All @@ -147,7 +147,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-share</artifactId>
<version>12.22.1</version>
<version>12.25.0</version>
<exclusions>
<exclusion>
<groupId>com.azure</groupId>
Expand All @@ -162,12 +162,12 @@
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager</artifactId>
<version>2.40.0</version>
<version>2.45.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-secrets</artifactId>
<version>4.8.4</version>
<version>4.9.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 8d73445

Please sign in to comment.