Skip to content

Commit

Permalink
build(deps-dev): Bump postgresql from 1.14.0 to 1.14.1 (#783)
Browse files Browse the repository at this point in the history
Bumps [postgresql](https://github.com/testcontainers/testcontainers-java) from 1.14.0 to 1.14.1.
- [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.14.0...1.14.1)

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 Apr 24, 2020
1 parent 639a235 commit 434458c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>1.14.0</version>
<version>1.14.1</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.14.0</version>
<version>1.14.1</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.14.0</version>
<version>1.14.1</version>
</dependency>
<!-- /you want to remove this -->
</dependencies>
Expand Down
Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>1.14.0</version>
<version>1.14.1</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion factcast-store-pgsql/pom.xml
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>1.14.0</version>
<version>1.14.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 434458c

Please sign in to comment.