Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/drt-estimator' into drt-estimator
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Oct 18, 2023
2 parents d53b2dd + c5f5984 commit 00179f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contribs/vsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-core</artifactId>
<version>7.0</version>
<version>8.0</version>
</dependency>
<!-- Enforce version -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<maven.compiler.release>17</maven.compiler.release>
<argLine></argLine>

<log4j.version>2.20.0</log4j.version>
<log4j.version>2.21.0</log4j.version>
<geotools.version>29.2</geotools.version>
<jts.version>1.19.0</jts.version>
<guice.version>7.0.0</guice.version>
Expand Down Expand Up @@ -469,7 +469,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
<executions>
<execution>
<id>default-prepare-agent</id>
Expand Down

0 comments on commit 00179f2

Please sign in to comment.