Skip to content

Commit

Permalink
Merge pull request #287 from raynigon/dependabot/gradle/org.postgresq…
Browse files Browse the repository at this point in the history
…l-postgresql-42.5.2

Bump org.postgresql:postgresql from 42.5.1 to 42.5.2
  • Loading branch information
mergify[bot] committed Jan 31, 2023
2 parents 84f002b + 9a0247a commit f19472a
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.5.1")
testImplementation("org.postgresql:postgresql:42.5.2")
testImplementation("org.testcontainers:postgresql:1.17.6")
testImplementation 'org.spockframework:spock-spring:2.4-M1-groovy-4.0'
}

0 comments on commit f19472a

Please sign in to comment.