From 57262ee31740492e50ce19490f73a53ac87ccfbe Mon Sep 17 00:00:00 2001 From: Claus Nagel Date: Wed, 3 Jul 2024 11:49:02 +0200 Subject: [PATCH] updated citygml4j --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0176ed9..83aaa0a 100644 --- a/build.gradle +++ b/build.gradle @@ -30,8 +30,8 @@ repositories { } dependencies { - implementation 'org.citygml4j:citygml4j-xml:3.2.0' - implementation 'org.citygml4j:citygml4j-cityjson:3.2.0' + implementation 'org.citygml4j:citygml4j-xml:3.2.1-SNAPSHOT' + implementation 'org.citygml4j:citygml4j-cityjson:3.2.1-SNAPSHOT' implementation 'info.picocli:picocli:4.7.5' implementation 'org.geotools:gt-epsg-extension:30.2' implementation 'org.geotools:gt-epsg-hsql:30.2'