Skip to content

Commit 965f8b0

Browse files
ebaronmergify[bot]
authored andcommitted
build(postgres): bump postgres to 42.5, exclude checker-qual (#1164)
(cherry picked from commit a1e60ea)
1 parent 7a6e84c commit 965f8b0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<org.hibernate.hibernate.version>5.6.7.Final</org.hibernate.hibernate.version>
9191
<com.vladmihalcea.hibernate.types.version>2.17.1</com.vladmihalcea.hibernate.types.version>
9292
<com.h2database.h2.version>2.1.214</com.h2database.h2.version>
93-
<org.postgresql.postgresql.version>42.4.2</org.postgresql.postgresql.version>
93+
<org.postgresql.postgresql.version>42.5.0</org.postgresql.postgresql.version>
9494

9595
<com.github.spotbugs.version>4.5.3</com.github.spotbugs.version>
9696
<com.github.spotbugs.plugin.version>4.5.3.0</com.github.spotbugs.plugin.version>
@@ -248,6 +248,12 @@
248248
<groupId>org.postgresql</groupId>
249249
<artifactId>postgresql</artifactId>
250250
<version>${org.postgresql.postgresql.version}</version>
251+
<exclusions>
252+
<exclusion>
253+
<groupId>org.checkerframework</groupId>
254+
<artifactId>checker-qual</artifactId>
255+
</exclusion>
256+
</exclusions>
251257
</dependency>
252258

253259
<!-- test deps -->

0 commit comments

Comments
 (0)