From cc9b19bec8a7b7aaecb4baa661d871b5ec27958d Mon Sep 17 00:00:00 2001 From: Claus Nagel Date: Mon, 15 Jul 2024 11:58:26 +0200 Subject: [PATCH] updated citygml4j to 3.2.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 34e80f7..2105d2f 100644 --- a/build.gradle +++ b/build.gradle @@ -30,8 +30,8 @@ repositories { } dependencies { - implementation 'org.citygml4j:citygml4j-xml:3.2.1-SNAPSHOT' - implementation 'org.citygml4j:citygml4j-cityjson:3.2.1-SNAPSHOT' + implementation 'org.citygml4j:citygml4j-xml:3.2.1' + implementation 'org.citygml4j:citygml4j-cityjson:3.2.1' implementation 'info.picocli:picocli:4.7.6' implementation 'org.geotools:gt-epsg-extension:31.2' implementation 'org.geotools:gt-epsg-hsql:31.2'