Skip to content

Commit

Permalink
Merge pull request #225 from raynigon/dependabot/gradle/org.testconta…
Browse files Browse the repository at this point in the history
…iners-postgresql-1.17.4

Bump postgresql from 1.17.3 to 1.17.4
  • Loading branch information
mergify[bot] committed Sep 29, 2022
2 parents 252dcb5 + 6c67151 commit 6d6a853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-jpa-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
testImplementation("org.postgresql:postgresql:42.5.0")
testImplementation("org.testcontainers:postgresql:1.17.3")
testImplementation("org.testcontainers:postgresql:1.17.4")
testImplementation 'org.spockframework:spock-spring'
}

0 comments on commit 6d6a853

Please sign in to comment.