Skip to content

Commit

Permalink
Update slf4j/log4j bridge jar from slf4j-log4j12 to slf4j-reload4j
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmckenzie committed Oct 18, 2022
1 parent bbbd26e commit 03e7afc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
- Update to event-store 11.0.0-M1
- Bumped the base version of the project to 11.0.0 to match the framework libraries and show java 11 change
- Handled the move to the new Cloudsmith.io maven repository
- Updated slf4j/log4j bridge jar from slf4j-log4j12 to slf4j-reload4j

### Added
- Added support for feature toggling with an integration test showing it working
- Added healthcheck integration test
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<wildfly.version>20.0.1.Final</wildfly.version>
<wildfly.maven.plugin.version>2.0.2.Final</wildfly.maven.plugin.version>

<framework-libraries.version>11.0.0-M21</framework-libraries.version>
<framework.version>11.0.0-M20</framework.version>
<event-store.version>11.0.0-M22</event-store.version>
<framework-libraries.version>11.0.0-M22</framework-libraries.version>
<framework.version>11.0.0-M21</framework.version>
<event-store.version>11.0.0-M23</event-store.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 03e7afc

Please sign in to comment.