Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update common bom to 17.2.0 #117

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
## [Unreleased]
### Changed
- Updated to Junit 5
- Centralise all generic library dependencies and versions into maven-common-bom
- Update to Junit5 and surefire, failsafe plugin versions
### Fixed
- Fix Logging of missing event ranges to only log on debug
- Limit logging of MissingEventRanges logged to sensible maximum number.
- Update to Junit5 and surefire, failsafe plugin versions
### Added
- New JNDI value `catchup.max.number.of.missing.event.ranges.to.log`
### Removed
- Removed dependency on apache-drools as it's not used by any of the framework code
### Security
- Update org.json to version 20230227 to fix **security vulnerability CVE-2022-45688**
Detail: https://nvd.nist.gov/vuln/detail/CVE-2022-45688
- Update common-bom to fix various security vulnerabilities in org.json, plexus-codehaus, apache-tika and google-guava


## [17.0.0] - 2023-02-07
### Changed
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>4.1.1.Final</wildfly.maven.plugin.version>

<framework-libraries.version>17.2.0-M2</framework-libraries.version>
<framework.version>17.2.0-M2</framework.version>
<event-store.version>17.2.0-M2</event-store.version>
<framework-libraries.version>17.2.0</framework-libraries.version>
<framework.version>17.2.0</framework.version>
<event-store.version>17.2.0</event-store.version>

<!-- TODO - move to common bom -->
<weld-junit5.version>1.2.2.Final</weld-junit5.version>
Expand Down