Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Upgrade testcontainers to 1.15.1 on cloud-function-aws sample
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Jan 12, 2021
1 parent cd9dd8b commit cb087a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-native-samples/cloud-function-aws/pom.xml
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.14.3</version>
<version>1.15.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit cb087a7

Please sign in to comment.