Skip to content

Commit

Permalink
Bump postgresql from 1.13.0 to 1.14.0 (#143)
Browse files Browse the repository at this point in the history
Bumps [postgresql](https://github.com/testcontainers/testcontainers-java) from 1.13.0 to 1.14.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.13.0...1.14.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Apr 14, 2020
1 parent d1f3410 commit cd53b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jasync-sql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {

testImplementation "io.micronaut:micronaut-management:$micronautVersion"
testImplementation "org.testcontainers:spock:1.13.0"
testImplementation "org.testcontainers:postgresql:1.13.0"
testImplementation "org.testcontainers:postgresql:1.14.0"
testImplementation "com.github.jasync-sql:jasync-postgresql:1.0.6"
testImplementation "io.micronaut:micronaut-management:$micronautVersion"

Expand Down
2 changes: 1 addition & 1 deletion vertx-pg-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {

testImplementation "io.micronaut:micronaut-management:$micronautVersion"
testImplementation "org.testcontainers:spock:1.13.0"
testImplementation "org.testcontainers:postgresql:1.13.0"
testImplementation "org.testcontainers:postgresql:1.14.0"
testImplementation "io.vertx:vertx-rx-java2:$vertxVersion"
testImplementation "io.vertx:vertx-codegen:$vertxVersion"
testImplementation "io.vertx:vertx-pg-client:$vertxVersion"
Expand Down

0 comments on commit cd53b32

Please sign in to comment.