Skip to content

Commit

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

Bump org.postgresql:postgresql from 42.7.0 to 42.7.1 in /spring-boot-jpa-starter
  • Loading branch information
mergify[bot] authored Dec 6, 2023
2 parents 741024b + dfc9bb8 commit ad3f54d
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,7 +9,7 @@ dependencies {
testImplementation('org.springframework.boot:spring-boot-starter-test') {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
testImplementation("org.postgresql:postgresql:42.7.0")
testImplementation("org.postgresql:postgresql:42.7.1")
testImplementation("org.testcontainers:postgresql:1.19.3")
testImplementation 'org.spockframework:spock-spring:2.4-M1-groovy-4.0'
}

0 comments on commit ad3f54d

Please sign in to comment.