Skip to content

Commit 2530514

Browse files
author
Zhihang Yao
committed
bumping version to 5.4.3
1 parent 1dfc9ca commit 2530514

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGES.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
Change Log
22
==========
3+
### 5.4.3 - 2024-04-17
4+
5+
#### Miscellaneous
6+
* Updated FlatLaf to 3.4.1
7+
* Updated rsyntaxtextarea to 3.4.0
8+
* Updated sql-formatter to 2.0.5
9+
* Updated GeoTools to 31.0
10+
* Updated PostgreSQL JDBC driver to 42.7.3
11+
* Updated PostGIS JDBC driver to 2023.1.0
12+
* Update Oracle JDBC driver to 23.3.0.23.09
13+
* Update Oracle sdoapi to 23.3.0.0
14+
* Updated tika-core to 2.9.2
15+
* Updated slf4j-nop to 2.0.10
16+
* Updated h2 to 2.2.224
17+
* Updated Saxon-HE to 12.4
18+
* Updated tomcat-jdbc to 10.1.20
19+
* Updated commons-compress to 1.26.1
20+
321
### 5.4.2 - 2024-02-01
422

523
#### Fixes

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ previous release of the 3D City Database Importer/Exporter under Apache License
4747

4848
Latest release
4949
--------------
50-
The latest stable release of the 3D City Database Importer/Exporter is 5.4.2.
50+
The latest stable release of the 3D City Database Importer/Exporter is 5.4.3.
5151

52-
Download the software [here](https://github.com/3dcitydb/importer-exporter/releases/download/v5.4.2/3DCityDB-Importer-Exporter-5.4.2.zip).
52+
Download the software [here](https://github.com/3dcitydb/importer-exporter/releases/download/v5.4.3/3DCityDB-Importer-Exporter-5.4.3.zip).
5353
Previous releases are available from the [releases section](https://github.com/3dcitydb/importer-exporter/releases).
5454

5555
System requirements

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
22

33
apply from: 'properties.gradle'
44

5-
version '5.4.2'
5+
version '5.4.3'
66

77
subprojects {
88
apply plugin: 'java-library'

0 commit comments

Comments
 (0)