Skip to content

Commit

Permalink
Merge pull request #1372 from GIScience/1367-bump-spring-boot-to-2710
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelsJP committed Mar 27, 2023
2 parents 5360b61 + 404be6a commit b2c0ccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RELEASING:
- time-dependent routing with Dijkstra ([#1322](https://github.com/GIScience/openrouteservice/pull/1322))
- change compile mode from Java 8 to Java 11 and remove old Java 8 API usages ([#1321](https://github.com/GIScience/openrouteservice/pull/1321))
- support for API time parameters ([#1315](https://github.com/GIScience/openrouteservice/pull/1315))
- upgrade spring-boot from 2.7.9 to 2.7.10 ([#1372](https://github.com/GIScience/openrouteservice/pull/1372))

## [7.0.1] - 2023-03-08
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion openrouteservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.9</version>
<version>2.7.10</version>
</parent>
<build>
<finalName>ors</finalName>
Expand Down

0 comments on commit b2c0ccb

Please sign in to comment.