Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit 169382c

Browse files
Merge pull request #54 from Breeding-Insight/bug/db-update-bug
[BI-1015] - Fix error when setting spring.jpa.hibernate.ddl-auto to "update" in properties file
2 parents 55aa9e7 + e960469 commit 169382c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
<dependency>
2626
<groupId>org.postgresql</groupId>
2727
<artifactId>postgresql</artifactId>
28-
<version>9.4-1205-jdbc42</version>
29-
<scope>provided</scope>
28+
<version>42.1.4</version>
3029
</dependency>
3130
<dependency>
3231
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)