From b24aa31292d240cfcd788a25bf717101d41d921c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:23:05 +0100 Subject: [PATCH] chore(deps): bump org.apache.logging.log4j:log4j-api (#272) Bumps org.apache.logging.log4j:log4j-api from 2.20.0 to 2.24.1. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- james-publisher-log4j2/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/james-publisher-log4j2/build.gradle b/james-publisher-log4j2/build.gradle index 17d2cf5..7d04f24 100644 --- a/james-publisher-log4j2/build.gradle +++ b/james-publisher-log4j2/build.gradle @@ -20,10 +20,10 @@ assemble.dependsOn(shadowJar) dependencies { compileOnly project(':james-agent-common') - compileOnly group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.20.0' + compileOnly group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.24.1' testImplementation project(':james-agent-common') - testImplementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.20.0' + testImplementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.24.1' testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1") testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")