Skip to content

Commit

Permalink
Merge pull request #1416 from GIScience/fix/1415-fix-cve-2023-20873
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelsJP authored Apr 27, 2023
2 parents e0d4d81 + ef10fc5 commit 573ed62
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 @@ -51,6 +51,7 @@ RELEASING:
- upgrade spring-boot from 2.7.9 to 2.7.10 ([#1372](https://github.com/GIScience/openrouteservice/pull/1372))
- upgrade graphhopper version to v4.4 for correct flushing of graph storages [#1378](https://github.com/GIScience/openrouteservice/pull/1378)
- Handle warning regarding transient dependencies [#1383](https://github.com/GIScience/openrouteservice/issues/1383)
- Bump spring-boot to 2.7.11 [#1416](https://github.com/GIScience/openrouteservice/pull/1416)
- Fix the maven-shared-utils CVE [#1414](https://github.com/GIScience/openrouteservice/pull/1414)

## [7.0.1] - 2023-03-08
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.10</version>
<version>2.7.11</version>
</parent>
<build>
<finalName>ors</finalName>
Expand Down

0 comments on commit 573ed62

Please sign in to comment.