Skip to content

Commit f532470

Browse files
committed
Update PostgreSQL version in pom.xml to 42.7.2
1 parent 5f5f10d commit f532470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>org.postgresql</groupId>
7171
<artifactId>postgresql</artifactId>
72-
<version>42.6.0</version>
72+
<version>42.7.2</version>
7373
</dependency>
7474

7575
<dependency>
@@ -169,7 +169,7 @@
169169
<dependency>
170170
<groupId>org.postgresql</groupId>
171171
<artifactId>postgresql</artifactId>
172-
<version>42.6.0</version>
172+
<version>42.7.2</version>
173173
</dependency>
174174
</dependencies>
175175
</plugin>

0 commit comments

Comments
 (0)