Skip to content

Commit

Permalink
Upgrade GeoTools to 32.1 (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 authored Jan 16, 2025
1 parent a6b5a70 commit 611a524
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Bug when adding visualization layers to an empty layer list [#331](https://github.com/IN-CORE/incore-services/issues/331)
- Bug when posting additional fields which need to be ignored [#338](https://github.com/IN-CORE/incore-services/issues/338)

### Changed
- GeoTools to version 32.1 [#341](https://github.com/IN-CORE/incore-services/issues/341)

## [1.27.1] - 2024-11-01
### Fixed
- Earthquake hazard visualization bounding box [#325](https://github.com/IN-CORE/incore-services/issues/325)
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ test {
implementation("dev.morphia.morphia:morphia-core:2.1.3")

// versions
def geotoolsVersion = '31.3'
def geotoolsVersion = '32.1'
def jerseyVersion = '3.1.7'
def swaggerVersion = '2.2.12'

Expand Down

0 comments on commit 611a524

Please sign in to comment.