Skip to content

Commit

Permalink
bumping version to 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhihang Yao committed Jul 29, 2022
1 parent 246f4e2 commit 6ea2265
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Change Log
==========

### 5.2.1 - tba
### 5.2.1 - 2022-07-09

This release is based on the Importer/Exporter version 5.2.1 libraries, and thus incorporates all bug fixes and updates
introduced in that version ([more information](https://github.com/3dcitydb/importer-exporter/releases/tag/v5.2.1)).

#### Fixes
* Fixed XXE vulnerabilities when parsing XML files. [#12](https://github.com/3dcitydb/web-feature-service/pull/12/files)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ previous release of the 3D City Database Importer/Exporter under Apache License

Latest release
--------------
The latest stable release of the 3D City Database WFS interface is 5.2.0.
The latest stable release of the 3D City Database WFS interface is 5.2.1.

Download a ZIP file of the WFS [here](https://github.com/3dcitydb/web-feature-service/releases/download/v5.2.0/3DCityDB-Web-Feature-Service-5.2.0.zip).
Download a ZIP file of the WFS [here](https://github.com/3dcitydb/web-feature-service/releases/download/v5.2.1/3DCityDB-Web-Feature-Service-5.2.1.zip).
Previous releases are available from the [releases section](https://github.com/3dcitydb/web-feature-service/releases).

System requirements
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'org.citydb.wfs'
version '5.2.0'
version '5.2.1'

apply from: 'properties.gradle'

Expand Down Expand Up @@ -46,7 +46,7 @@ repositories {
}

dependencies {
implementation 'org.citydb:impexp-core:5.2.1-SNAPSHOT'
implementation 'org.citydb:impexp-core:5.2.1'
implementation 'com.github.seancfoley:ipaddress:5.3.4'
implementation 'org.glassfish.jersey.containers:jersey-container-servlet:2.35'
implementation 'org.glassfish.jersey.inject:jersey-hk2:2.35'
Expand Down

0 comments on commit 6ea2265

Please sign in to comment.