Skip to content

Commit

Permalink
Merge pull request #72 from CJSCommonPlatform/remove-slf4j-reload4j-f…
Browse files Browse the repository at this point in the history
…rom-dependencies

Remove log4j-over-slf4j.jar from dependency tree as it is replaced by…
  • Loading branch information
allanmckenzie committed Nov 23, 2022
2 parents 4bdff84 + 535ecf7 commit 04e3585
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ 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-M28] - 2022-11-23
### Changed
- Removed log4j-over-slf4j as it is now replaced by slf4j-reload4j

## [11.0.0-M27] - 2022-11-22
### Security
- Update common bom to 11.0.0-M20 in order to:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

<properties>
<cpp.repo.name>microservice_framework</cpp.repo.name>
<framework-libraries.version>11.0.0-M26</framework-libraries.version>
<framework-libraries.version>11.0.0-M27</framework-libraries.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 04e3585

Please sign in to comment.