Skip to content

Commit a9c4678

Browse files
authored
Merge pull request #75 from phillipross/updates
JTS Update from v1.16.0 to v1.16.1
2 parents a27fe90 + f559fff commit a9c4678

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

jdbc_jtsparser/pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<description>Parser between JTS and PostGIS geometry formats.</description>
1717

1818
<properties>
19+
<!-- Dependency versions -->
20+
<dependency.jts-version.version>1.16.1</dependency.jts-version.version>
21+
1922
<testWithDatabase>false</testWithDatabase>
2023
<jdbcDriverClassName>org.postgresql.Driver</jdbcDriverClassName>
2124
<jdbcUrl>jdbc:postgres_jts://localhost:5432/postgis1</jdbcUrl>
@@ -32,13 +35,13 @@
3235
<dependency>
3336
<groupId>org.locationtech.jts</groupId>
3437
<artifactId>jts</artifactId>
35-
<version>1.16.0</version>
38+
<version>${dependency.jts-version.version}</version>
3639
<type>pom</type>
3740
</dependency>
3841
<dependency>
3942
<groupId>org.locationtech.jts</groupId>
4043
<artifactId>jts-core</artifactId>
41-
<version>1.16.0</version>
44+
<version>${dependency.jts-version.version}</version>
4245
</dependency>
4346
<dependency>
4447
<groupId>org.locationtech.spatial4j</groupId>

0 commit comments

Comments
 (0)