Skip to content

Commit 9d9ffd1

Browse files
authored
chore: use patched graphhopper version (#2048)
2 parents 5b02ab0 + 51a5726 commit 9d9ffd1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Releasing is documented in RELEASE.md
4444
- fix population data link in docs ([#1624](https://github.com/GIScience/openrouteservice/issues/1624))
4545
- accept upper and lower case booleans for REBUILD_GRAPHS within the docker setup ([#2028](https://github.com/GIScience/openrouteservice/pull/2028))
4646
- correct available features in custom-model docs ([#2033](https://github.com/GIScience/openrouteservice/issues/2033))
47+
- prevent ferry speed derived from the OSM maxspeed tag from exceeding the maximum possible encoder value ([#2030](https://github.com/GIScience/openrouteservice/issues/2030))
4748

4849
### Security
4950

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>
5151

5252
<!-- switch graphhopper versions to enable debugging -->
53-
<graphhopper.version>v4.9.7</graphhopper.version>
53+
<graphhopper.version>v4.9.8</graphhopper.version>
5454
<!-- <graphhopper.version>4.9-SNAPSHOT</graphhopper.version>-->
5555
<lombok.version>1.18.34</lombok.version>
5656
<slf4j.version>2.0.13</slf4j.version>

0 commit comments

Comments
 (0)