File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 90
90
<org .hibernate.hibernate.version>5.6.7.Final</org .hibernate.hibernate.version>
91
91
<com .vladmihalcea.hibernate.types.version>2.17.1</com .vladmihalcea.hibernate.types.version>
92
92
<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>
94
94
95
95
<com .github.spotbugs.version>4.5.3</com .github.spotbugs.version>
96
96
<com .github.spotbugs.plugin.version>4.5.3.0</com .github.spotbugs.plugin.version>
248
248
<groupId >org.postgresql</groupId >
249
249
<artifactId >postgresql</artifactId >
250
250
<version >${org.postgresql.postgresql.version} </version >
251
+ <exclusions >
252
+ <exclusion >
253
+ <groupId >org.checkerframework</groupId >
254
+ <artifactId >checker-qual</artifactId >
255
+ </exclusion >
256
+ </exclusions >
251
257
</dependency >
252
258
253
259
<!-- test deps -->
You can’t perform that action at this time.
0 commit comments