HHH-11283 - Upgrade to geolatte-geom 1.1.0

This commit is contained in:
Karel Maesen 2017-06-04 14:54:04 +02:00
parent cc51bbc639
commit 193583466a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ dependencies {
compile(project(':hibernate-core'))
compile('org.postgresql:postgresql:9.4-1200-jdbc41')
compile([group: 'org.geolatte', name: 'geolatte-geom', version: '1.0.6'])
compile([group: 'org.geolatte', name: 'geolatte-geom', version: '1.1.0'])
compile(libraries.dom4j) {
transitive = false