Skip to content

Commit

Permalink
Merge pull request #104 from CJSCommonPlatform/update-common-bom
Browse files Browse the repository at this point in the history
Update jboss-logging version to 3.5.0.Final
  • Loading branch information
allanmckenzie committed Nov 16, 2022
2 parents 22445f0 + 438bdc3 commit 767ede1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
- Handled the move to the new Cloudsmith.io maven repository
- Updated slf4j/log4j bridge jar from slf4j-log4j12 to slf4j-reload4j
- Added Artemis healthcheck
- Update common bom to 11.0.0-M18 in order to:
- Update jboss-logging version to 3.5.0.Final


### Added
- Added support for feature toggling with an integration test showing it working
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>26.1.2.Final</wildfly.version>
<wildfly.maven.plugin.version>3.2.0.Final</wildfly.maven.plugin.version>

<framework-libraries.version>11.0.0-M23</framework-libraries.version>
<framework.version>11.0.0-M23</framework.version>
<event-store.version>11.0.0-M25</event-store.version>
<framework-libraries.version>11.0.0-M24</framework-libraries.version>
<framework.version>11.0.0-M24</framework.version>
<event-store.version>11.0.0-M26</event-store.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 767ede1

Please sign in to comment.