Skip to content

Commit

Permalink
build(deps-dev): bump postgresql from 1.12.5 to 1.13.0 (#702)
Browse files Browse the repository at this point in the history
Bumps [postgresql](https://github.com/testcontainers/testcontainers-java) from 1.12.5 to 1.13.0.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.12.5...1.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed Mar 6, 2020
1 parent f7110a3 commit a35cb4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>1.12.5</version>
<version>1.13.0</version>
</dependency>
<!-- /you want to remove this -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion factcast-examples/factcast-example-server/pom.xml
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>1.12.5</version>
<version>1.13.0</version>
</dependency>
<!-- /you want to remove this -->
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion factcast-examples/factcast-example-tls-server/pom.xml
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>1.12.5</version>
<version>1.13.0</version>
</dependency>
<!-- /you want to remove this -->
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion factcast-store-pgsql/pom.xml
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>1.12.5</version>
<version>1.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a35cb4f

Please sign in to comment.