Skip to content

Commit

Permalink
Update jackson libraries to 2.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmckenzie committed Nov 18, 2022
1 parent 27f218a commit 371300e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file, which follo
on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
[Semantic Versioning](http://semver.org/).

## [11.0.0-M27] - 2022-11-18
### Changed
- Update common bom to 11.0.0-M19 in order to:
- Update jackson libraries to 2.12.7

## [11.0.0-M26] - 2022-11-16
### Changed
- Update common bom to 11.0.0-M18 in order to:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
import java.util.List;

import javax.enterprise.inject.Default;
import javax.faces.bean.ApplicationScoped;

@ApplicationScoped
@Default
public class DummySystemCommandStore implements SystemCommandStore {

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<properties>
<cpp.repo.name>event-store</cpp.repo.name>
<framework.version>11.0.0-M24</framework.version>
<framework.version>11.0.0-M26</framework.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 371300e

Please sign in to comment.