Skip to content

Commit

Permalink
Merge branch 'master' into fix/1415-fix-cve-2023-20873
Browse files Browse the repository at this point in the history
  • Loading branch information
takb authored Apr 27, 2023
2 parents 971cb8d + e0d4d81 commit ef10fc5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ RELEASING:
- 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
### Fixed
Expand Down
11 changes: 11 additions & 0 deletions openrouteservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -587,10 +587,21 @@
<artifactId>jackson-annotations</artifactId>
<version>${fasterxml.jackson.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
<version>3.3.4</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<exclusions>
<exclusion>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<profiles>
Expand Down

0 comments on commit ef10fc5

Please sign in to comment.