From 2530514be15da266a9ed65cb5c07b093f0168c6f Mon Sep 17 00:00:00 2001 From: Zhihang Yao Date: Wed, 17 Apr 2024 13:55:47 +0200 Subject: [PATCH] bumping version to 5.4.3 --- CHANGES.md | 18 ++++++++++++++++++ README.md | 4 ++-- build.gradle | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 07a892fcc..3206bd26a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,23 @@ Change Log ========== +### 5.4.3 - 2024-04-17 + +#### Miscellaneous +* Updated FlatLaf to 3.4.1 +* Updated rsyntaxtextarea to 3.4.0 +* Updated sql-formatter to 2.0.5 +* Updated GeoTools to 31.0 +* Updated PostgreSQL JDBC driver to 42.7.3 +* Updated PostGIS JDBC driver to 2023.1.0 +* Update Oracle JDBC driver to 23.3.0.23.09 +* Update Oracle sdoapi to 23.3.0.0 +* Updated tika-core to 2.9.2 +* Updated slf4j-nop to 2.0.10 +* Updated h2 to 2.2.224 +* Updated Saxon-HE to 12.4 +* Updated tomcat-jdbc to 10.1.20 +* Updated commons-compress to 1.26.1 + ### 5.4.2 - 2024-02-01 #### Fixes diff --git a/README.md b/README.md index a354d32ee..0855a658f 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ previous release of the 3D City Database Importer/Exporter under Apache License Latest release -------------- -The latest stable release of the 3D City Database Importer/Exporter is 5.4.2. +The latest stable release of the 3D City Database Importer/Exporter is 5.4.3. -Download the software [here](https://github.com/3dcitydb/importer-exporter/releases/download/v5.4.2/3DCityDB-Importer-Exporter-5.4.2.zip). +Download the software [here](https://github.com/3dcitydb/importer-exporter/releases/download/v5.4.3/3DCityDB-Importer-Exporter-5.4.3.zip). Previous releases are available from the [releases section](https://github.com/3dcitydb/importer-exporter/releases). System requirements diff --git a/build.gradle b/build.gradle index 41dca92d6..24bd8baa3 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ import org.apache.tools.ant.filters.ReplaceTokens apply from: 'properties.gradle' -version '5.4.2' +version '5.4.3' subprojects { apply plugin: 'java-library'