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

Commit e960469

Browse files
author
Chris T
committed
fix error when spring.jpa.hibernate.ddl-auto is set to "update"
1 parent 93dcd05 commit e960469

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)