Skip to content

Commit

Permalink
Upgrade JTS to 1.19 and postgresql driver to 42.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mukoki committed Jul 2, 2022
1 parent 8fb08d0 commit 0288ced
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Expand Up @@ -28,7 +28,8 @@
<maven-antrun-plugin.version>3.0.0</maven-antrun-plugin.version>
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
<batik.version>1.6-1</batik.version>
<jts.version>1.18.2</jts.version>
<jts.version>1.19.0</jts.version>
<postgresql.version>42.4.0</postgresql.version>
<imageio-ext.version>1.4.5</imageio-ext.version>
</properties>
<profiles>
Expand Down Expand Up @@ -1594,7 +1595,7 @@ ${project.artifactId} ${project.version} Changelog
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.3</version>
<version>${postgresql.version}</version>
</dependency>
<dependency>
<groupId>batik</groupId>
Expand Down
Expand Up @@ -58,7 +58,7 @@
import org.locationtech.jts.math.Vector2D;
import org.locationtech.jts.noding.SegmentString;
import org.locationtech.jts.operation.buffer.OffsetCurveBuilder;
import org.locationtech.jts.operation.buffer.OffsetCurveSetBuilder;
import org.locationtech.jts.operation.buffer.BufferCurveSetBuilder;
import org.locationtech.jts.operation.buffer.BufferOp;
import org.locationtech.jts.operation.buffer.BufferParameters;
import org.locationtech.jts.operation.linemerge.LineMerger;
Expand Down

0 comments on commit 0288ced

Please sign in to comment.