Skip to content

Commit

Permalink
#1024 update to Azurite 3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
klu2 committed Nov 28, 2022
1 parent c7ee8dd commit a258190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ public class AzuriteProperties extends CommonContainerProperties {

@Override
public String getDefaultDockerImage() {
return "mcr.microsoft.com/azure-storage/azurite:3.18.0";
return "mcr.microsoft.com/azure-storage/azurite:3.20.1";
}
}
2 changes: 1 addition & 1 deletion testcontainers-spring-boot-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<spring.cloud.gcp.version>3.2.0</spring.cloud.gcp.version>
<equalsverifier.version>3.11</equalsverifier.version>
<junit-jupiter.version>5.9.1</junit-jupiter.version>
<spring.cloud.azure.version>4.2.0</spring.cloud.azure.version>
<spring.cloud.azure.version>4.4.1</spring.cloud.azure.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit a258190

Please sign in to comment.