Skip to content

Commit

Permalink
fix(graphhopper): Upgrade graphhopper to v4.8.3 for the latest java 1…
Browse files Browse the repository at this point in the history
…7 fix
  • Loading branch information
MichaelsJP committed Jul 24, 2023
1 parent 96bbbda commit 48a34c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ors-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
Expand All @@ -148,7 +147,7 @@
<dependency>
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>graphhopper-core</artifactId>
<version>v4.8.2</version>
<version>v4.8.3</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.dataformat</groupId>
Expand All @@ -160,7 +159,7 @@
<dependency>
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>graphhopper-reader-gtfs</artifactId>
<version>v4.8.2</version>
<version>v4.8.3</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.dataformat</groupId>
Expand All @@ -172,7 +171,7 @@
<dependency>
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>graphhopper-map-matching</artifactId>
<version>v4.8.2</version>
<version>v4.8.3</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.dataformat</groupId>
Expand Down

0 comments on commit 48a34c4

Please sign in to comment.