Skip to content

Commit 55bdf2f

Browse files
committed
OLMIS-8156: Minimal PostgreSQL 14 compatibility
1 parent 0e4f8f8 commit 55bdf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
compile "com.fasterxml.jackson.datatype:jackson-datatype-hibernate4"
4242
compile "org.projectlombok:lombok"
4343
compile "org.springframework.boot:spring-boot-starter-data-jpa"
44-
compile "org.postgresql:postgresql:42.0.0"
44+
compile "org.postgresql:postgresql:42.6.2"
4545
compile "org.springframework.boot:spring-boot-starter-integration"
4646
compile "org.springframework.integration:spring-integration-jdbc"
4747
compile "org.springframework:spring-test"

0 commit comments

Comments
 (0)