Skip to content

Commit

Permalink
fix pipeline issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Moary Chen committed Oct 15, 2021
1 parent e548c2f commit 2af1c96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/spring/spring-cloud-azure-starter-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;dependency} -->
<version>12.14.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;dependency} -->
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions sdk/spring/spring-cloud-azure-trace-sleuth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<dependencies>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-core</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-core;current} -->
<artifactId>spring-cloud-azure-core</artifactId>
<version>4.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-core;current} -->
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.14.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;dependency} -->
<version>12.14.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;dependency} -->
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 2af1c96

Please sign in to comment.