Skip to content

Commit 858bb72

Browse files
committed
Upgrade to Postgres JDBC Driver 42.7.10.
See #4206
1 parent 723df99 commit 858bb72

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
32

43
<modelVersion>4.0.0</modelVersion>
54

@@ -37,7 +36,7 @@
3736
<jakarta-persistence-api>3.2.0</jakarta-persistence-api>
3837
<jsqlparser>5.3</jsqlparser>
3938
<mysql-connector-java>9.5.0</mysql-connector-java>
40-
<postgresql>42.7.9</postgresql>
39+
<postgresql>42.7.10</postgresql>
4140
<oracle>23.26.0.0.0</oracle>
4241
<springdata.commons>4.1.0-SNAPSHOT</springdata.commons>
4342
<vavr>0.10.3</vavr>
@@ -215,4 +214,4 @@
215214
</pluginRepository>
216215
</pluginRepositories>
217216

218-
</project>
217+
</project>

0 commit comments

Comments
 (0)