Skip to content

Commit

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

Bump org.testcontainers:postgresql from 1.19.0 to 1.19.1 in /spring-boot-jpa-starter
  • Loading branch information
mergify[bot] authored Oct 2, 2023
2 parents 0b15fce + b701e5c commit adfd65c
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.6.0")
testImplementation("org.testcontainers:postgresql:1.19.0")
testImplementation("org.testcontainers:postgresql:1.19.1")
testImplementation 'org.spockframework:spock-spring:2.4-M1-groovy-4.0'
}

0 comments on commit adfd65c

Please sign in to comment.