HHH-12510 - Update PostgreSQL driver
This commit is contained in:
parent
1f70ef7494
commit
7ccf3d8a6e
|
@ -4,4 +4,4 @@
|
||||||
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
|
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
|
||||||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||||
*/
|
*/
|
||||||
jdbcDependency 'org.postgresql:postgresql:9.4.1208'
|
jdbcDependency 'org.postgresql:postgresql:42.2.2'
|
||||||
|
|
|
@ -15,7 +15,7 @@ mavenPom {
|
||||||
dependencies {
|
dependencies {
|
||||||
compile(project(':hibernate-core'))
|
compile(project(':hibernate-core'))
|
||||||
|
|
||||||
compile('org.postgresql:postgresql:42.1.4')
|
compile( libraries.postgresql )
|
||||||
compile([group: 'org.geolatte', name: 'geolatte-geom', version: '1.2.0'])
|
compile([group: 'org.geolatte', name: 'geolatte-geom', version: '1.2.0'])
|
||||||
|
|
||||||
compile(libraries.dom4j) {
|
compile(libraries.dom4j) {
|
||||||
|
|
|
@ -92,7 +92,7 @@ ext {
|
||||||
h2: "com.h2database:h2:${h2Version}",
|
h2: "com.h2database:h2:${h2Version}",
|
||||||
hsqldb: "org.hsqldb:hsqldb:2.3.2",
|
hsqldb: "org.hsqldb:hsqldb:2.3.2",
|
||||||
derby: "org.apache.derby:derby:10.11.1.1",
|
derby: "org.apache.derby:derby:10.11.1.1",
|
||||||
postgresql: 'org.postgresql:postgresql:42.1.1',
|
postgresql: 'org.postgresql:postgresql:42.2.2',
|
||||||
mysql: 'mysql:mysql-connector-java:6.0.5',
|
mysql: 'mysql:mysql-connector-java:6.0.5',
|
||||||
mariadb: 'org.mariadb.jdbc:mariadb-java-client:2.2.3',
|
mariadb: 'org.mariadb.jdbc:mariadb-java-client:2.2.3',
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue