Skip to content

Commit

Permalink
chore: update graphhopper to v4.9.5 (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaeu authored Nov 29, 2024
2 parents 3b42fa0 + db990bb commit c3b9d47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,13 @@ RELEASING:
### Fixed
- do not enforce a time-dependent routing algorithm unless the weighting requires it ([#1865](https://github.com/GIScience/openrouteservice/pull/1865))
- failing queries that combined departure/arrival parameters with avoid polygons ([#1871](https://github.com/GIScience/openrouteservice/pull/1871))
- matrix limit ignored for explicit 'all' value in sources or destinations([#1875](https://github.com/GIScience/openrouteservice/pull/1875))
- matrix limit ignored for explicit 'all' value in sources or
destinations ([#1875](https://github.com/GIScience/openrouteservice/pull/1875))

### Security

- updated graphhopper dependency with fix for
CVE-2024-7254 ([#1918](https://github.com/GIScience/openrouteservice/pull/1918))

## [8.2.0] - 2024-10-09
### Added
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>

<!-- switch graphhopper versions to enable debugging -->
<graphhopper.version>v4.9.4</graphhopper.version>
<graphhopper.version>v4.9.5</graphhopper.version>
<!--graphhopper.version>v4.9-SNAPSHOT</graphhopper.version-->
<lombok.version>1.18.34</lombok.version>
<slf4j.version>2.0.13</slf4j.version>
Expand Down

0 comments on commit c3b9d47

Please sign in to comment.