We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 608fd1f + 9912f30 commit 9b11e3dCopy full SHA for 9b11e3d
build.gradle
@@ -26,7 +26,7 @@ repositories {
26
dependencies {
27
implementation 'org.springframework.boot:spring-boot-starter-web'
28
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
29
- implementation 'org.postgresql:postgresql:42.7.5'
+ implementation 'org.postgresql:postgresql:42.7.6'
30
// implementation 'org.flywaydb:flyway-core:10.20.1'
31
implementation 'org.flywaydb:flyway-database-postgresql:11.8.2'
32
testImplementation 'org.testcontainers:postgresql:1.21.0'
0 commit comments