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 da7f418
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,17 @@
<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>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.5.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand All @@ -45,7 +50,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 +102,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 +137,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 +152,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 +167,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 da7f418

Please sign in to comment.