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 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amckenzie committed May 18, 2018
1 parent cdd730e commit 000cb8a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## Unreleased

## [1.1.1] - 2018-05-18

### Changed
- Upgrade Jackson to 2.8.11 to fix Jackson security issue

## [1.1.0] - 2018-01-19

### Added
Expand All @@ -20,4 +25,4 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

### Added
- Initial project configuration
- metrics-interceptor and metrics-servlet modules from microservice framework
- metrics-interceptor and metrics-servlet modules from microservice framework
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>uk.gov.justice</groupId>
<artifactId>maven-framework-parent-pom</artifactId>
<version>1.6.0</version>
<version>1.12.2</version>
</parent>

<groupId>uk.gov.justice.metrics</groupId>
Expand All @@ -23,12 +23,12 @@
<properties>
<cpp.repo.name>metrics</cpp.repo.name>

<common-bom.version>1.22.0</common-bom.version>
<framework-api.version>1.1.0</framework-api.version>
<microservice-framework.version>3.0.0</microservice-framework.version>
<common-bom.version>1.26.0</common-bom.version>
<framework-api.version>2.0.3</framework-api.version>
<microservice-framework.version>4.0.5</microservice-framework.version>

<test-utils.version>1.16.0</test-utils.version>
<utilities.version>1.11.0</utilities.version>
<test-utils.version>1.17.2</test-utils.version>
<utilities.version>1.13.1</utilities.version>
</properties>

<scm>
Expand Down

0 comments on commit 000cb8a

Please sign in to comment.