We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4f8f8 commit 55bdf2fCopy full SHA for 55bdf2f
build.gradle
@@ -41,7 +41,7 @@ dependencies {
41
compile "com.fasterxml.jackson.datatype:jackson-datatype-hibernate4"
42
compile "org.projectlombok:lombok"
43
compile "org.springframework.boot:spring-boot-starter-data-jpa"
44
- compile "org.postgresql:postgresql:42.0.0"
+ compile "org.postgresql:postgresql:42.6.2"
45
compile "org.springframework.boot:spring-boot-starter-integration"
46
compile "org.springframework.integration:spring-integration-jdbc"
47
compile "org.springframework:spring-test"
0 commit comments