Skip to content

Commit

Permalink
update log4j version to 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takb committed Dec 15, 2021
1 parent d85e11d commit fbade18
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 11 deletions.
41 changes: 38 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ RELEASING:
-->

## [Unreleased]
## [6.6.2] - 2021-12-15
### Fixed
- updated log4j version to 2.16.0 which addresses [CVE-2021-44228](https://nvd.nist.gov/vuln/detail/CVE-2021-44228)

## [6.6.1] - 2021-07-05
### Fixed
- made ORSKafkaConsumerInitContextListener non-blocking
Expand Down Expand Up @@ -69,6 +73,10 @@ RELEASING:
- Correct package declaration of BoundingBoxFactoryTest ([#933](https://github.com/GIScience/openrouteservice/issues/933))
- Some corrections to Hungarian language support (thanks to [debyos](https://github.com/debyos))

## [6.4.4] - 2021-08-30
### Changed
- URL for repo.heigit.org to HTTPS

## [6.4.3] - 2021-04-28
### Changed
- Reduced unnecessary warning messages caused by spring output stream handling ([#899](https://github.com/GIScience/openrouteservice/issues/899)
Expand Down Expand Up @@ -107,6 +115,10 @@ RELEASING:
- Fixed no response when asking for isochrone intersections ([#675](https://github.com/GIScience/openrouteservice/issues/675))
- Fixed continue_straight option with no bearing on CH-enabled profiles

## [6.3.7] - 2021-08-30
### Changed
- URL for repo.heigit.org to HTTPS

## [6.3.6] - 2021-02-02
### Fixed
- Expand coordinates of all previous limit polygons before adding to new builder to prevent break-in on long polygon edges
Expand Down Expand Up @@ -148,6 +160,10 @@ RELEASING:
### Fixed
- Fixed handling of invalid extra info requests ([#795](https://github.com/GIScience/openrouteservice/issues/795))

## [6.2.2] - 2021-08-30
### Changed
- URL for repo.heigit.org to HTTPS

## [6.2.1] - 2020-08-13
### Added
- Check whether routing points are within different countries before routing and break if they are and all borders should be avoided
Expand All @@ -172,6 +188,14 @@ RELEASING:
### Deprecated
- Use recommended weighting instead of fastest ([#763](https://github.com/GIScience/openrouteservice/issues/763))

## [6.1.3] - 2021-09-03
### Changed
- removed unused dependency

## [6.1.2] - 2021-08-30
### Changed
- URL for repo.heigit.org to HTTPS

## [6.1.1] - 2020-06-02
### Added
- Configuration option to read elevation tags from pbf data
Expand Down Expand Up @@ -215,6 +239,14 @@ RELEASING:
- Updated GraphHopper to newer version (0.13)
- Give more details to green and quiet routing API descriptions ([#632](https://github.com/GIScience/openrouteservice/issues/632))

## [6.0.2] - 2021-09-03
### Changed
- removed unused dependency

## [6.0.1] - 2021-08-30
### Changed
- URL for repo.heigit.org to HTTPS

## [6.0.0] - 2019-12-03
### Added
- Indonesian Translation Language
Expand Down Expand Up @@ -456,14 +488,17 @@ are attached to roads. ([Issue #162](https://github.com/GIScience/openrouteservi
- Fix bug in RPHAST when location lies on a oneway road.
- Consider turn restrictions if optimized=false is passed.

[unreleased]: https://github.com/GIScience/openrouteservice/compare/v6.6.1...HEAD
[unreleased]: https://github.com/GIScience/openrouteservice/compare/v6.6.2...HEAD
[6.6.2]: https://github.com/GIScience/openrouteservice/compare/v6.6.1...v6.6.2
[6.6.1]: https://github.com/GIScience/openrouteservice/compare/v6.6.0...v6.6.1
[6.6.0]: https://github.com/GIScience/openrouteservice/compare/v6.5.0...v6.6.0
[6.5.0]: https://github.com/GIScience/openrouteservice/compare/v6.4.3...v6.5.0
[6.5.0]: https://github.com/GIScience/openrouteservice/compare/v6.4.4...v6.5.0
[6.4.4]: https://github.com/GIScience/openrouteservice/compare/v6.4.3...v6.4.4
[6.4.3]: https://github.com/GIScience/openrouteservice/compare/v6.4.2...v6.4.3
[6.4.2]: https://github.com/GIScience/openrouteservice/compare/v6.4.1...v6.4.2
[6.4.1]: https://github.com/GIScience/openrouteservice/compare/v6.4.0...v6.4.1
[6.4.0]: https://github.com/GIScience/openrouteservice/compare/v6.3.6...v6.4.0
[6.4.0]: https://github.com/GIScience/openrouteservice/compare/v6.3.7...v6.4.0
[6.3.7]: https://github.com/GIScience/openrouteservice/compare/v6.3.6...v6.3.7
[6.3.6]: https://github.com/GIScience/openrouteservice/compare/v6.3.5...v6.3.6
[6.3.5]: https://github.com/GIScience/openrouteservice/compare/v6.3.4...v6.3.5
[6.3.4]: https://github.com/GIScience/openrouteservice/compare/v6.3.3...v6.3.4
Expand Down
6 changes: 4 additions & 2 deletions openrouteservice-api-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.8</maven.compiler.target>
<slf4j.version>1.7.32</slf4j.version>
<log4j.version>2.16.0</log4j.version>
</properties>

<build>
Expand Down Expand Up @@ -86,12 +88,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>2.13.3</version>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.30</version>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>com.typesafe</groupId>
Expand Down
27 changes: 21 additions & 6 deletions openrouteservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.heigit.ors</groupId>
<artifactId>openrouteservice</artifactId>
<version>6.6.1</version>
<version>6.6.2</version>
<packaging>war</packaging>
<name>openrouteservice</name>
<url>openrouteservice.org</url>
Expand All @@ -50,6 +50,8 @@
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>
<maven.compiler.target>1.8</maven.compiler.target>
<geotools.version>19.1</geotools.version>
<slf4j.version>1.7.32</slf4j.version>
<log4j.version>2.16.0</log4j.version>
<sonar.projectKey>GIScience_openrouteservice</sonar.projectKey>
<sonar.organization>giscience</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down Expand Up @@ -349,16 +351,29 @@
<version>${geotools.version}</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j</artifactId>
<type>pom</type>
<version>${log4j.version}</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>2.13.3</version>
<version>${log4j.version}</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j.version}</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.3</version>
<version>${log4j.version}</version>
</dependency>

<dependency>
Expand All @@ -385,19 +400,19 @@
<dependency>
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>graphhopper-core</artifactId>
<version>v0.13.15</version>
<version>v0.13.15-2</version>
</dependency>

<dependency>
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>graphhopper-reader-osm</artifactId>
<version>v0.13.15</version>
<version>v0.13.15-2</version>
</dependency>

<dependency>
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>graphhopper-api</artifactId>
<version>v0.13.15</version>
<version>v0.13.15-2</version>
</dependency>

<!-- remove the comment to enable debugging
Expand Down

0 comments on commit fbade18

Please sign in to comment.