From 122ece265e74210cc91cf3aba89c9149654bd14c Mon Sep 17 00:00:00 2001 From: Alexis Date: Mon, 16 Dec 2024 19:49:42 +0100 Subject: [PATCH] Update dependencies --- CHANGELOG.md | 2 +- pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 415a4c6..061f82a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Notes - Add the `maven-dependency-plugin` plugin - Update the `gradle-tooling-api` dependency to `8.11.1` -- Update `log4j-api`, `log4j-core`, `log4j-jul` and `log4j-slf4j-impl` dependencies to `2.24.2` +- Update `log4j-api`, `log4j-core`, `log4j-jul` and `log4j-slf4j-impl` dependencies to `2.24.3` - Update the `junit-jupiter` dependency to `5.11.3` - Update `mockito-core` and `mockito-junit-jupiter` dependencies to `5.14.2` - Update the `maven-pmd-plugin` plugin to `3.26.0` diff --git a/pom.xml b/pom.xml index 6b48afe..819a1d8 100644 --- a/pom.xml +++ b/pom.xml @@ -114,24 +114,24 @@ org.apache.logging.log4j log4j-api - 2.24.2 + 2.24.3 org.apache.logging.log4j log4j-core - 2.24.2 + 2.24.3 runtime org.apache.logging.log4j log4j-jul - 2.24.2 + 2.24.3 runtime org.apache.logging.log4j log4j-slf4j-impl - 2.24.2 + 2.24.3 runtime