From 0288cedf02fb9bd329f2a86223e52013e4765dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Michaud?= Date: Sat, 2 Jul 2022 15:31:41 +0200 Subject: [PATCH] Upgrade JTS to 1.19 and postgresql driver to 42.4 --- pom.xml | 5 +++-- .../jump/workbench/ui/plugin/analysis/OffsetCurvePlugIn.java | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 91b8eddf8..1011ea4e5 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,8 @@ 3.0.0 3.2.0 1.6-1 - 1.18.2 + 1.19.0 + 42.4.0 1.4.5 @@ -1594,7 +1595,7 @@ ${project.artifactId} ${project.version} Changelog org.postgresql postgresql - 42.3.3 + ${postgresql.version} batik diff --git a/src/com/vividsolutions/jump/workbench/ui/plugin/analysis/OffsetCurvePlugIn.java b/src/com/vividsolutions/jump/workbench/ui/plugin/analysis/OffsetCurvePlugIn.java index 4bc4507a6..fdc6867ea 100644 --- a/src/com/vividsolutions/jump/workbench/ui/plugin/analysis/OffsetCurvePlugIn.java +++ b/src/com/vividsolutions/jump/workbench/ui/plugin/analysis/OffsetCurvePlugIn.java @@ -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;