HHH-11969 - Update postgresql driver to latest version (42.1.4)
This commit is contained in:
parent
36bf5c4be3
commit
d7a87b3d5a
|
@ -22,7 +22,7 @@ mavenPom {
|
|||
dependencies {
|
||||
compile(project(':hibernate-core'))
|
||||
|
||||
compile('org.postgresql:postgresql:9.4-1200-jdbc41')
|
||||
compile('org.postgresql:postgresql:42.1.4')
|
||||
compile([group: 'org.geolatte', name: 'geolatte-geom', version: '1.2.0'])
|
||||
|
||||
compile(libraries.dom4j) {
|
||||
|
|
Loading…
Reference in New Issue