From 03e7afc0345dae6fc468e63c85d5813e2874da78 Mon Sep 17 00:00:00 2001 From: allanmckenzie Date: Tue, 18 Oct 2022 17:19:17 +0100 Subject: [PATCH] Update slf4j/log4j bridge jar from slf4j-log4j12 to slf4j-reload4j --- CHANGELOG.md | 2 ++ pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 512fcb7d..a76054ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pom.xml b/pom.xml index 31250b0a..38620af6 100644 --- a/pom.xml +++ b/pom.xml @@ -34,9 +34,9 @@ 20.0.1.Final 2.0.2.Final - 11.0.0-M21 - 11.0.0-M20 - 11.0.0-M22 + 11.0.0-M22 + 11.0.0-M21 + 11.0.0-M23