Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).
Merge pull request #3363 from igniterealtime/dependabot/maven/org.owasp-dependency-check-maven-12.2.2
chore(deps-dev): bump org.owasp:dependency-check-maven from 12.2.1 to 12.2.2
OF-3301: Prevent concurrency issue when checking Offline Message Store cache
Replace the unsafe containsKey() / get() check with a single atomic read that treats null values as a cache miss. The same pattern was present in addMessage() and has also been corrected.