Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Upgrade Jackson to 2.8.11 to fix Jackson security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
amckenzie committed May 17, 2018
1 parent 8837a9d commit 64b83dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
[Semantic Versioning](http://semver.org/).

## Unreleased

## [2.5.0] - 2018-05-17
- Upgrade Jackson to 2.8.11 to fix Jackson security issues

## [2.5.0-M2] - 2018-03-28
### Changed
- Subscription generator plugin moved to the framework.
Expand Down Expand Up @@ -36,4 +40,4 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
## [1.7.0] - 2017-08-17
### Added
- Json schema parser
- Specify a parser alongside a generator
- Specify a parser alongside a generator
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</modules>

<properties>
<common-bom.version>1.21.0</common-bom.version>
<common-bom.version>1.26.0</common-bom.version>
<cpp.repo.name>generator-maven-plugin</cpp.repo.name>
</properties>

Expand Down

0 comments on commit 64b83dc

Please sign in to comment.