Skip to content

Commit 6974338

Browse files
committed
OLMIS-8156: Minimal PostgreSQL 14 compatibility
1 parent 2c733b6 commit 6974338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
compile 'org.hibernate:hibernate-java8'
4848
compile 'org.javers:javers-spring-boot-starter-sql:2.8.1'
4949
compile 'org.openlmis:openlmis-service-util:3.1.0'
50-
compile 'org.postgresql:postgresql:42.0.0'
50+
compile 'org.postgresql:postgresql:42.6.2'
5151
compile "org.projectlombok:lombok"
5252
compile 'org.slf4j:slf4j-ext:1.7.25'
5353
compile 'org.springframework.boot:spring-boot-starter-data-jpa'

0 commit comments

Comments
 (0)