From b5e9408f7bc05da49708f08aebbf5e5f8d3cb7bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:20:58 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-bom from 2.21.0 to 2.21.1 (#66) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6482af9..ec0206b 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ javaPlatform { dependencies { api platform('org.junit:junit-bom:5.10.0') - api platform('org.apache.logging.log4j:log4j-bom:2.21.0') + api platform('org.apache.logging.log4j:log4j-bom:2.21.1') constraints { api 'com.github.spotbugs:spotbugs-annotations:4.8.0'