Skip to content

Commit

Permalink
Merge pull request #580 from raynigon/dependabot/gradle/spring-boot-j…
Browse files Browse the repository at this point in the history
…pa-starter/org.testcontainers-postgresql-1.20.4

Bump org.testcontainers:postgresql from 1.20.3 to 1.20.4 in /spring-boot-jpa-starter
  • Loading branch information
mergify[bot] authored Nov 20, 2024
2 parents e75cef7 + be317c2 commit 3cd11ae
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.3")
testImplementation("org.testcontainers:postgresql:1.20.4")
}

0 comments on commit 3cd11ae

Please sign in to comment.