Skip to content

Commit

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

Bump org.testcontainers:postgresql from 1.20.1 to 1.20.2
  • Loading branch information
mergify[bot] authored Sep 30, 2024
2 parents ae3dcc6 + 0230a48 commit e9b336c
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 @@ -9,5 +9,5 @@ dependencies {

testImplementation 'org.springframework.boot:spring-boot-starter-data-jpa'
testImplementation("org.postgresql:postgresql:42.7.4")
testImplementation("org.testcontainers:postgresql:1.20.1")
testImplementation("org.testcontainers:postgresql:1.20.2")
}

0 comments on commit e9b336c

Please sign in to comment.