HHH-12510 - Update PostgreSQL driver
This commit is contained in:
parent
0546eaac3b
commit
d2e38f8a0d
|
@ -4,4 +4,4 @@
|
|||
* 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>.
|
||||
*/
|
||||
jdbcDependency 'org.postgresql:postgresql:9.4.1208'
|
||||
jdbcDependency 'org.postgresql:postgresql:42.2.2'
|
||||
|
|
|
@ -102,7 +102,7 @@ ext {
|
|||
h2: "com.h2database:h2:${h2Version}",
|
||||
hsqldb: "org.hsqldb:hsqldb:2.3.2",
|
||||
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',
|
||||
mariadb: 'org.mariadb.jdbc:mariadb-java-client:2.2.3',
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ dependencies {
|
|||
compile( project(':hibernate-core') )
|
||||
compile( libraries.geolatte )
|
||||
|
||||
compile( 'org.postgresql:postgresql:42.1.4' )
|
||||
compile( libraries.postgresql )
|
||||
|
||||
compile(libraries.dom4j) {
|
||||
transitive = false
|
||||
|
|
Loading…
Reference in New Issue